| Thread | Last Post | Replies |
|
| Datagrid / emit input tag | 04 Aug 2003 12:12 GMT | 1 |
I have datagrid and a template column present in a column. In the datagrid itemdatabound event, I would like to emit a INPUT tag. Any ideas on what the code behind would be like in this event to emit the INPUT tag? Thanks.
|
| DataGrid / Mutually Exclusive | 04 Aug 2003 00:01 GMT | 1 |
To my understanding it is not possible to have mutually exclusive radio button controls in a datagrid. (http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316495). I have read that it is possible to just emit standard input radio tags in the
|
| What is the GridView? | 03 Aug 2003 04:45 GMT | 1 |
Hey Folks. Who can tell us all more about the GridView in http://msdn.microsoft.com/vstudio/productinfo/roadmap.aspx the successor to the DataGrid? Automatic paging, sorting, editing, is all the article would say.
|
| DG Start wtih Row 0 in Edit Mode? | 01 Aug 2003 21:42 GMT | 3 |
My "Add a Record" button is outside of the DG. When it's pushed, it adds a new row at the top of the DG. It add the row in normal display mode, forcing the user to hit the Edit Button to enter data. I'd rather have the DG display the new row already in Edit mode (with
|
| Changing MyDataGrid.PageSize casues run time error | 01 Aug 2003 14:12 GMT | 3 |
As in the C# samples : ms-help://MS.VSCC.2003/MS.MSDNQTR.2003APR.1033/cpref/html/frlrfsystemwebuiwe bcontrolsdatagridclasscurrentpageindextopic.htm You create a data grid with the ability to let the user change pagesize at
|