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
1445
UltraGrid Questions for a WinForm
posted

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

Parents
  • 5520
    Suggested Answer
    posted

    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

Reply Children