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.
Ive accidentally killed off moving up and down in my listbox grid (a databoundgrid with a listboxselectionmode set) with the arrow keys.
I have 2 grids, one which works and the other which doesnt. Ive tried to compare them but cant figure out how they differ.
I''ve tried AllowEdit = true and changed selection modes and made the cell activation mode ActivateCurrentCell and all kinds of other properties.
What have i accidentally set/unset?
thanks
simon
ADAdministrator Syncfusion Team February 3, 2004 10:41 PM UTC
What events have you handled? Any key type events?
Have you some how set style.Enabled = false for any cells or columns?
Are you doing any validation or something that might prevent leaving a cell?
Are there any exceptions being shown in teh output window?
ADAdministrator Syncfusion Team February 4, 2004 08:20 AM UTC
Still looking at this one. Thanks for your suggestions. Its nearly 4am and i''ll have to go through each of your ideas in turn. The only key event i have checks for escape, and the exact same code is use elsewhere. I dont see any styles that are not enabled.
None of the cells are editable, theyre all listbox ''style''.
i''ll check out exceptions later