forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
I wanted a 3state Option in a column.
Using
grid.AddColumn("option").Option()
I got a simply two state.
Modifying the library method MakeOption and adding .ThreeState() the problem is resolved
unodgs Messages: 1367 Registered: November 2005 Location: Poland
Ultimate Contributor
forlano wrote on Mon, 22 August 2011 01:05
Hello,
I wanted a 3state Option in a column.
Using
grid.AddColumn("option").Option()
I got a simply two state.
Modifying the library method MakeOption and adding .ThreeState() the problem is resolved
forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
unodgs wrote on Mon, 22 August 2011 08:22
forlano wrote on Mon, 22 August 2011 01:05
Hello,
I wanted a 3state Option in a column.
Using
grid.AddColumn("option").Option()
I got a simply two state.
Modifying the library method MakeOption and adding .ThreeState() the problem is resolved