The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a Datagrid with four columns. the last column is of style checkbox(DataGridBoolColumn). The default value of the checkbox column is false. When the user checks checkbox the column value will become true. Now if the user change the checkbox value from true to false(by unchecking it), i should delete(remove) the current row from the datagrid. Through CurrencyManager i can delete the row, But after every code executes, I'm getting error "No value at index xx" where 'xx' will be row count of datagrid.
Can anybody help me?
Keshav
Hi,
I''ve same problem as you are. I guest the problem is because the value of the CurrentRowIndex property of the datagrid contents number of the row position in datagrid you wanna delete.
Just guest, still don''t know to solve it.
>I have a Datagrid with four columns. the last column is of style checkbox(DataGridBoolColumn). The default value of the checkbox column is false. When the user checks checkbox the column value will become true. Now if the user change the checkbox value from true to false(by unchecking it), i should delete(remove) the current row from the datagrid. Through CurrencyManager i can delete the row, But after every code executes, I''m getting error "No value at index xx" where ''xx'' will be row count of datagrid.
>
>Can anybody help me?
>Keshav