Hi Robin,
Thanks you for your interested in Syncfusion products.
Query deleting main
record cause the Grid hang |
Sorry for the inconvenience caused with delay. We have deeply
analysis your query ‘Grid is Hang when binding data is deleted. I am afraid
that I am unable to reproduce the issue in our end with the provided details
by you. Please refer the attached sample file also. We have used the following codes to add and delete the
record in Datasource. private void
button1_Click(object sender, EventArgs e) { Random
rand = new Random(); int
r = rand.Next(100); dataSource.Add(new Data(r.ToString(),
"Category" + r.ToString(), "Desc" + r.ToString())); }
private
void button2_Click(object
sender, EventArgs e) { try {
dataSource.Remove(dataSource[dataSource.Count - 1]); } catch { MessageBox.Show("No Records found"); } } Please look the attached sample file and please modify
your application with this suggestion. If you have this error still occur in
your end. Please provide nay reproducible sample file with replication
procedure. This will help us to reproduce the issue in our end and provide
the support quickly. |
Please let me know if you have further concerns.
Regards,
Vinish