3.2.0

Nest .net dropdown into AW grid?

I like the AW grid, and I am going to use it in my project. However, I got some headache in AW combo, especially when I try to nest combo into the grid. I realy miss the standard .net dropdownlist. Is it possible to nest a .net component into AW grid?

Thanks,
mrhsh
April 24,
You can insert any html into the grid cells -

obj.setCellText('<button>Click me</button>', 1, 1);
Alex (ActiveWidgets)
April 25,
If use this way, how to reference this control? For example, how can I change the button's value programly?

Thanks,
mrhsh
April 25,

This topic is archived.

See also:


Back to support forum