Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Problem in getting data in Ultra Combo from an object
posted

Hi,

I have an object named "Item" and i bind it with ultra combo. But i cannot set the SelectedItem for it like we do in .Net native combo by using SelectedItem property, so that when it fetches records from database, the selected item automatically sets.. Instead, here in case of ultra combo, i have set the value property of ultra combo with my Item.Key (which is the primary key) in coding.. Also at the time of saving, i have to set the Item object with Ultracombo.SelectedRow.ListObject... I think this is the overhead in ultra combo.. Since .Net native combo needs not to set these properties in coding...

Your help required...

Ovais.

Parents Reply Children
No Data