Unplanned
Last Updated: 17 Apr 2024 14:45 by ADMIN
ADMIN
Dimitar
Created on: 01 Apr 2016 13:41
Category: GridView
Type: Bug Report
3
FIX. RadGridView - when the grid is sorted and a row is deleted the next row in not selected.
To reproduce:
- Add some rows to a grid.
- Sort the rows.
- Delete a row.
- The current row is not the next row.

Workaround:
Dim t As Test = RadGridView1.CurrentRow.DataBoundItem
Dim index As Integer = Me.RadGridView1.ChildRows.IndexOf(Me.RadGridView1.CurrentRow)
datasource.Remove(t)
Me.RadGridView1.CurrentRow = Me.RadGridView1.ChildRows(index)
6 comments
ADMIN
Stefan
Posted on: 19 Jun 2017 09:49
Hi Jacky,

can you please contact our support team so they can review the precise scenario and investigate for possible solutions. 

Ticket can be submitted here: https://www.telerik.com/account/support-tickets  

Thanks.
Jacky
Posted on: 16 Jun 2017 12:25
The work around is not suitable for me.  I remove the item from a BindingList and it is difficult to handle the RadGridView events.   The gridview is in my UI application, but the bindinglist is built on another class library. 
ADMIN
Stefan
Posted on: 16 Jan 2017 09:14
Hi Jacky,

for the time being, this issue is not planned, considering the fact it has an easy workaround? Isn't it suitable for you?
Jacky
Posted on: 13 Jan 2017 03:23
what time will this one be fixed?
ADMIN
Stefan
Posted on: 15 Apr 2016 09:20
Thank you for your input Jacky Li.
Jacky
Posted on: 15 Apr 2016 08:12
very important for me.