Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Johnny Hu #1
dynamic add column at certain col
Hi,
i have written a datagridcolumn class and i can add it into datagrid when
Page_Load
but the column is always added to the first column.
(i want to add it after certain column)
datagrid1.datasource = getsource(); //return a datatable
addcolumn(); //call my function to add a column dynamicly
datagrid.databinding();
as i traced the code, the datagrid.columns.count is always 0
in every event of datagrid.
so, when is the grid been rednered ?
Johnny Hu Guest
-
Dynamic inserted column in datagrid
Dear all, i have now using Flex 1.5 i have facing a problem like this. I call two web service. One of them get the dataset .The other is get the... -
Move bound column to right of dynamic column in datagrid?
I have a datatable that I am binding to a C# ASP.NET 1.1 web page. I also want to put an "Edit" column on the datagrid. However, whenever I use... -
Dynamic column name troubles
I have a table that gets a column added to it for every insert on another table. the general form of these columns are g_c_i_avg where i is the... -
Dynamic DataGrid Hyperlink column
Is there a way to dynamically set the field DataNavigateUrlFormatString in a hyperlink column of a datagrid? Currently, if a user clicks on the... -
Dynamic Hyperlink Column
Hi All, I have a datagrid built programmatically in code behind that has a Hyperlink Column. Part of the URL is static and part of it is dynamic,...



Reply With Quote

