

Hi,
I am trying to open form maximized depending on DPI settings.
Unfortunately when I try to do that from code-behind (this is Windows Desktop application) I do not have WindowState available.
Form that I use is RadRibbonForm.
Is it possible to set from code how form will be opened?
Thanks,
Oliver
racSchTechs.AutoCompleteDataSource = datatable;racSchTechs.AutoCompleteDisplayMember = "Name_Full";racSchTechs.AutoCompleteValueMember = "id_lanid";

Hi,
I have set the EnableAlternatingRowColor property in my master template to true, and to false for the gid child template. However its seems the grid obeys only the master template setting across all children templates.
Is it possible to set a child template EnableAlternatingRowColor property different from the master template at all?
Regards,
George


Hello,
I have a small form with an editable grid on it (databound to an ORM entity), and although I allow the users to edit most of the columns in a giving row, I would like to lock a few columns on the new row (when they click on "Click here to add a new row"). I have been trying to use gridview_CellFormatting, but I can't seem to figure out how to identify whether or not the column in context belongs to the new row (being created) or an already existing one on the grid.
Any help would be truly appreciated.
Thanks!
