How do I set the Size of a DockPanel in a docked state at runtime? Here's my simple code.
panel = new Telerik.WinControls.Docking.DockPanel();
panel.DockState = DockState.Docked;
panel.Size = new Size(250, 250);
For some reason the Size is not set. It just remains the same.
Thanks,
Ryan
GridViewRowInfo[] selectedRows = new GridViewRowInfo[this.radGridViewAcuse.SelectedRows.Count];this.radGridViewAcuse.SelectedRows.CopyTo(selectedRows, 0);
this.radGridViewEtiqueta.GridElement.BeginUpdate();
for (int i = 0; i < selectedRows.Length; i++){
this.radGridViewEtiqueta.Rows.AddNew((GridViewDataRowInfo)selectedRows[i]);
}
this.radGridViewEtiqueta.GridElement.EndUpdate();
this code raise exception.
Is possible add rows to second Grid?
Do both Grid have same Columns?
Is possible drag and drop?
thanks
Hi,
I'm new to RadControls. We're in the process of replacing our existing grid control with RadControls' GridView. I've been tasked with theming GridView to look like the existing grid.
The existing grid is very conservative and uses standard scrollbars. If a user changes their Windows Appearance settings through the Windows Control Panel > Display, the color scheme they select will affect the scrollbars of our existing grid. Is it possible to achieve the same thing with RadControls GridView?
I've been trying to find the answer and haven't had much luck finding others talking about this issue. Thank you for any assistance you might be able to provide in pointing me in the right direction.
Thanks,
-C.Scott
certain format that the xml file should be in, so the values will be set to the right cells