Hi
while scrolling ultraGrid, ListBox also scrolls for its values and that cell(with ListBox style) value changes unintentionally. How to lock the Listbox scrolling while scrolling grid?
What version of the controls are you using?
You might be able to work around the issue by handling the MouseWheel event of the grid and cancelling it when there is a cell in edit mode that has a ValueList on it. But I'm not sure if this is possible.
If i get latest service release then it wil effect all other User Controls that using UltraGrid..My project manager did not allow to do so. Can u give me some else solution to lock scrolling of ValueList ?
Hi,
I'm afraid I do not understand your question. The grid has no connection to a ListBox control. Did you mean ValueList?
If you are scrolling using the mouse wheel and both the grid and the ValueList in a cell are scrolling, then that's a bug. What version of the controls are you using? I'm pretty sure that particular bug was fixed years ago.
Maybe you just need to get the latest service release.
How to get the latest service release - Infragistics Community