| Thread | Last Post | Replies |
|
| DataGrid in ASPX Slow to draw | 09 Aug 2003 04:09 GMT | 1 |
I have been searching for some info on why the DataGrid control takes soooo long to draw to the screen with large datasets. I have a simple report that has a lot of searching capabilities for returning a small dataset. But when I return all records, 10,000 ( with 20
|
| Using controls in Grid | 09 Aug 2003 03:26 GMT | 1 |
Hi, I am new to Grids with the problem to create runtime created grids that has custom controls on it Can someone please tell me how I apply server controls to a templateColumn in C# without any use of ASP code and so that the grid is created run time
|
| Disabling Datagrid Link Button | 08 Aug 2003 16:39 GMT | 1 |
I have a datagrid with 3 columns with the last one being a link button which does a postback. The page hides/shows a panel control with additonal information about the row data. But the link button is not applicable to every row
|
| Validating Boundcolumns in datagrid | 08 Aug 2003 09:33 GMT | 1 |
I have a Datagrid with boundcolumns. I need to validate the textbox when the user clicks the update link.How can i do it. Also i need to set the maxlength of the textbox (boundcolumn). Is it possible if so how it can achieved.
|
| Moving to the correct CurrentPageIndex in the datagrid. | 07 Aug 2003 13:31 GMT | 2 |
I have a datagrid of names 1000 names. I need a buttton to move to correct currentpageindex for John Smith. The datagrid is sorted by name. It seems so simple, but I can not seem to find a method to "Seek" the contents of a datagrid that has allow paging set to true.
|
| how to get datagrid item index from DataKeyField value? | 07 Aug 2003 01:11 GMT | 1 |
Can I not use loop? Is it a simple way to do it? Thanks.
|
| Nested datagrid | 06 Aug 2003 20:37 GMT | 1 |
I would like to have a datagrid nested in another datagrid. I mean inside a datagrid, on each line one of the column will be datagrid. Can someone explain/point me to sample code or article on how to implement this?
|
| Capturing Cell Click | 06 Aug 2003 19:59 GMT | 1 |
I have a project that I am working on which has the need to capture when a user clicks on a cell inside a datagrid. I then want to keep track of which cells have been selected. Does anyone know of a way that I may accomplish this????
|
| Accessing Textbox inside a Template column using javascript | 06 Aug 2003 12:29 GMT | 1 |
I am having a datagrid with a template column. Inside the template column I have a textbox and an image button. On click of the image button, I want to call a javascript function, where the textbox value has to be taken. Since the textbox is inside the datagrid, how can I access the ...
|
| how to get data grid column names | 06 Aug 2003 12:28 GMT | 1 |
Can any one tell me how to get column names fro a datagrid. Is their any property or collection containing them Regards Swapnil D.
|
| Efficient way to display a dropdown description value when only the key is in the result set | 06 Aug 2003 10:39 GMT | 3 |
I have a results set with a column ( project_id ) which is associated with a dropdown in datagrid edit mode. When not in edit mode, I also want to display the description for this value. I know I can add a join to my Select statement, but that really isn't too efficient for multiple ...
|
| XML as a datasource | 05 Aug 2003 13:52 GMT | 2 |
Aside from reading XM:L into a dataset and populating a datagrid is there any way to have a grid bind right to XML. I have seen the data girds in Powerbuilder do this. Regards,
|
| datagrid hell | 05 Aug 2003 12:33 GMT | 1 |
I have this datagrid on a page with two columns viz ID and Category. I want users to be able to edit the category data. This is what I got. When I uncomment the postback below, the grid dissappears when I click the edit link. As it stands, the Update event is
|
| Extending the DataGrid take 3 | 05 Aug 2003 07:49 GMT | 1 |
Hey. I've posted this a couple times but I thought I'd try again. I want to extend the Datagrid, for example, to add a title bar before the column headers. This means leaving it to render the table tag, rendering my row, then letting it render the remainder of the grid. I'm very ...
|
| RowFilter on DataView | 04 Aug 2003 13:52 GMT | 2 |
I'm sure this is straight forward but it has me stumped! (I assume this can be done but cant find any online examples.) I want to filter a single column in a DataView for more than one result but cannot work out syntax that works using Vb.Net.
|