Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Prasad #1
Re: adding row to datagrid
Hi
After the Delete Operation. Set the SelectedIndex property of DataGrid to -1
HTH
Prasad
"Luis Rivera" <sabio04@yahoo.com> wrote in message
news:J7D_a.95679$cF.29279@rwcrnsc53...the> Hello, I have a strange problem with my datagrid control. I am bindingAutoGenerateColumns> control to a sqlserver database table and I have set theedit> to False since I am using item templates. When I load the datagrid in the
> browser everything is displayed properly and I can add, delete, cancel,the> and update rows.
>
> Now the weird problem is that when I delete a row, say in the middle ofwhere> datagrid, when I go to add a new one, it adds it to the same position> I deleted the previous row instead of adding it to the bottom of the
> datagrid. I tried forcing it to add the row to the bottom of the datagrid
> but to no avail.
>
> If anyone can help I would greatly appreciate it.
>
> Thanks,
>
> L
>
>
Prasad Guest
-
Adding Row to a datagrid Without do a PostBack
Dear All, It's posible to add rows to a datagrid without do a postback ? I have try by adding javascript, but when it back to the server, it... -
adding subHeader to dataGrid
i want my datagrid to look as below : ------------------------------------- Account | | column1 | column2 | column3 |... -
Blank Row When Adding to DataGrid
I'm working on an aspx page that will display the contents of a shopping cart then show the subtotal, any discounts, and the final total after... -
DataGrid - Adding labels: and adding data to cells
I am just getting started with flash scripting. My downfall is trying to get the dynamic output to display in flash. I tried using the list... -
Adding a New Row in Datagrid
How to add a new row to a datagrid. i read a column could be added dynamically to datagrid.same way how can we add a row dynamycally after binding...



Reply With Quote

