I have a grid with two combo box columns. The first is a list of countries (GridViewComboBoxColumn.DataSource = countryList) and the second is a list of states (GridViewComboBoxColumn.DataSource = stateList). I've implemented the following recommended solution with Q3 2007 SP1 to correlate the combo boxes (Country drives State list):
http://www.telerik.com/community/forums/thread/b311D-bbdamc.aspx#444988
This solution does not work with Q1 2008 Beta because RadGridView.EditorRequired never fires.
What is the recommended solution with the Q1 2008 Beta controls?
There appears to be a bug somewhere in grid editors. I have two GridViewComboBoxColumns in a grid. Each has their own datasource setup during initialization. When the user edits the row, they get the same values in both combo boxes, regardless of the GridViewComboBoxColumn.DataSource. It looks like the first editor to be used of a particular type is cached and reused without its datasource refreshed.
Are there plans for additional Beta drops? We were anxious to get onto Q1 2008 Beta because everytime we submitted a support ticket we were told the issue was fixed in this version. Now of course we are dealing with the headaches of using a beta product. Will we get updates for the beta or is this it until the official release?
In Q3 2007 SP1 we were formatting a DateTime column using gridViewDateTimeColumn.Format = "{0:dd-MMM-yyy}"; This no longer works.
Using the control spy, the column's format shows "{0}". If I change it back to "{0:dd-MMM-yyy}" in the control spy, the values are formatted appropriately.
I've also tried setting the DataTextFormatString when initializing the column, with the same results.
hi, I got a warning tellong me to use the RowChanging event in remplacement of the RowDeleting event. I add the RowChanging Event but the event never been fired! The RowChanged does but I need to check if I can delete something and cancel if I can't This code must be placed (I think) in the rowChanging envent. Do I need to do something to enable this event?
Using the RadComboBoxEditor with a single RadComboBoxItem with a label of String.Empty doesn't correctly calculate the height of the list box (the list box is tiny). This is a defect in Q3 2007 SP1 as well.
It's nothing serious, but I encountered following behaviour using Q1 2008 beta RadControls for WinForms. I have startup form with two button. Both open another forms. When I load up application, default theme is used for these buttons. However, when I open any form using those two buttons and return back to the startup form, appearance of buttons changes. Below are pictures of both situations. You can see the difference therem
hi,
I have a problem with selecting a week..as in,when i select a week using the horizontal Row Selection the week definition in the rad calender control starts from sunday and ends on a sunday.
can i predefine the week selection so that my week starts from monday and ends on a sunday??