all groups > asp.net datagrid control > june 2003
adding a checkbox to select the row.
Posted by rodrigo guerra at 6/30/2003 11:14:49 PM
i'm using c#. code behind if possible.
i need a simple way to put a checkbox column in my datagrid and a button to
see witch rows are selected...
is there any big difference using checkbox and checkboxlist ? can i use
checkboxlist with a datagrid ?
thanks a lot.!!
... more >>
Row Number/Index
Posted by Snig at 6/30/2003 6:14:28 PM
Hi
How do I display corresponding Row Index (like "rownum" in Oracle) in one
column of the datagrid ? My back-end is SQL-Server
Thanx
... more >>
Handling events in a datagrid
Posted by Deepak at 6/30/2003 3:40:34 PM
Hi,
I am having a datagrid with 3 radiobuttons in one template column and a
textbox in another template column. How can I disable or enable the textbox
in the second template column depending on the value of the radio buttons?
I am also giving my datagrid for ur reference.
<asp:DataGrid id="M... more >>
Set style or width at column level of datagrid
Posted by mcqueene NO[at]SPAM hotmail.com at 6/30/2003 9:26:19 AM
I have a datagrid that is using some custom styles very nicely by
using the following code:
<asp:DataGrid id="DataGrid1" runat="server" Width="828px"
ShowFooter="True" >
<SelectedItemStyle CssClass="DataGrid_SelectedItemStyle"></SelectedItemStyle>
<ItemStyle CssClass="DataGrid_ItemStyle"></It... more >>
Footer not in datagrid items list
Posted by mcqueene NO[at]SPAM hotmail.com at 6/30/2003 6:26:41 AM
I see many posts on this topic but still can't find a solution that
works. I'm trying to access a dropdownlist in my datagrid footer when
another dropdownlist in the footer is accessed. The most logical
advice I've seen is to loop thru the controls like this:
Dim myDGItem As DataGridIt... more >>
sorting a dataGrid - how can I get the current/selected row?
Posted by Dave at 6/30/2003 1:16:54 AM
Hi,
I have a ASP.Net application with a DG where a user can click on a row to
obtain details regarding that row.
After sorting my DG, the current row that is clicked on is different then
the row that the DG
obtains details on.
How do I get the current row once my DG has been sorted?
TIA... more >>
Fill datagrid without database
Posted by Yoramo at 6/29/2003 11:12:20 AM
Hello
I need to fill in my datagrid from calcutalted date. how do I fill in my
datagrid?
yoramo
... more >>
|