How can I make the rowEditTemplate open up so it looks like a winform? (One form is using it in my project and I can not figure out how they did that?)
2nd question, when I changed the size of a column in an ultragrid, it changes the other column sizes (usually shrinks them), I want to make this stop. How can I do that?
Thanks
for the second question:
uGridPhoneBook.DisplayLayout.AutoFitStyle = AutoFitStyle.None;
for the first question, i guess it's done programatically, i mean a form is developed and fields are added. it's not built in
regards
The AutoFitStyle looks liked it works, but it now shows a split er bar. How can I make that go away and only show one copy of the grid?