Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Sal #1
Adding Columns to Datagrid Dynamically
Hello Everyone,
I have a webpage with three link buttons and a datagrid.
I would like to populate the same datagrid with different datasources by
clicking these link buttons, which means I need to be able to dynamically
add or delete columns to this datagrid through code.
Can someone help me with this?
Is this a viable solution?
Any help will be greatly appreciated...
Thanks,
Sal
Sal Guest
-
dataGrid - dynamically re-order columns
I've desperately been trying to dynamically reset the order of columns within my dataGrid. I've been working on it for a few days and have had... -
Flex 2.0 Dynamically adding columns to a DataGrid (worked in 1.5)
I have code that works fine in v1.5 to add columns to a mx.controls.DataGrid but there is no method addColumn() in 2.0 Any help on this would be... -
Adding columns dynamically
hi, I always get the error: Item has already been added. Key in dictionary: "0" Key being added: "0" ----when trying to databind the webgrid with... -
Dynamically adding DataGrid columns
Hi, Does anyone know how to add columns dynamically to a DataGrid. i populate the grid using the .ItemDataBound the current structure of my... -
Dynamically Adding Bound Columns Won't Sort
All- I'm basically creating a user control which contains a datagrid that will be used throughout our application by all pages. My user control... -
TJS #2
Re: Adding Columns to Datagrid Dynamically
based upon the button clicked, change the datasource before binding
"Sal" <sal@invalid.com> wrote in message
news:OTpkYOB$DHA.4012@tk2msftngp13.phx.gbl...> Hello Everyone,
> I have a webpage with three link buttons and a datagrid.
> I would like to populate the same datagrid with different datasources by
> clicking these link buttons, which means I need to be able to dynamically
> add or delete columns to this datagrid through code.
> Can someone help me with this?
> Is this a viable solution?
> Any help will be greatly appreciated...
> Thanks,
> Sal
>
>
TJS Guest



Reply With Quote

