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
125
Placing a Drop-Down in an UltraGridCell
posted

Hi all,

 

I was wondering if what I'm attempting to do is possible. I've read the forums and knowledge-base article
KB07841(HOWTO:What is the best way to place a DropDown list in a grid cell?), but I think my situation is slightly different.

In my scenario, the gird is already populated with data, and when a user clicks a certain button, I want to fill one of the row's cell with a drop-down containing some new data.

When I follow the steps shown in the knowledge-base article, I notice that its making use of the Grid InitializeLayout event. Does this still apply if my grid has already been data-bound, and I'm only adding new data to one cell of one row? I ask because when I try adding either ValueListItems or an UltraDropDown into the cell, outside of the InitializeLayout event, neither shows up.

I'm using v10.3 of the software.

 

Thanks,

 

Ben Z