Problem with Listbox

  • Thread starter Thread starter Yogen Reddy
  • Start date Start date
Y

Yogen Reddy

Hi,

I use a listbox to navigate rows in a datatable. When i
make any updates to the datatable, the datatable and tne
datastore is updated correctly, however the listbox
duplicates the selected value.

Any help will be greatly appreciated.

Best Regards
Yogen
 
try this: derive the list box and in the derived control
add event handlers on the DataManager property (which is
a curreny manager). Add handlers for ItemChanged and
MetadataChanged and in the event handlers rebind the
listbox. I am not sure if it will work but it's the first
thing it came to mind...
 
Thanks Iuian, i'll give it a try...
-----Original Message-----

try this: derive the list box and in the derived control
add event handlers on the DataManager property (which is
a curreny manager). Add handlers for ItemChanged and
MetadataChanged and in the event handlers rebind the
listbox. I am not sure if it will work but it's the first
thing it came to mind...

.
 
Back
Top