Hi -
I want to create a custom editor that has just a textbox and a button. The button will launch a form that allows me to select an object of type Product. When I click OK on the form, I want to display the Name property of the object (in the text box in the grid, as read only), but I want the VALUE to be a different property, in this case ID.
My object looks like:
class Product
{
string Name;
Guid ID;
}
How can this be achieved?
Thanks in advance!
Hello,
I have 2 issues with the attached chart legend:
1) I would like the legend items to be displayed on 2 adjacent columns (see chart legend expected.png). Is that possible?
2) I don't know if you noticed but item legend texts are not perfectly left aligned. Do you have a fix for that?
Best,
Mathias
Hello,
How can we change the largechange option for the vertical scrollbar in the radlistview?
Setting RadListView1.VerticalScroll.LargeChange does not seem to have any effect.
Regards
Patrick Vossen
Hello,
Cell double click event is not firing In the rad grid view when the grid cell property is Readonly = False(Cell edit).
We need a option that during cell edit it should trigger the cell_double click event.
Attached demo project for your reference. Please suggest & do the needful.
Hello,
In my form, there are 2 resources (in English and in French). I found out the text of listdataitem/descriptionlistdataitem in dropdownlist cannot be set in the language resources. In whatever language it just modified the text in the designer file.
That is what I found in my designer file:
'
'RadDropDownList1
'
resources.ApplyResources(
Me
.RadDropDownList1,
"RadDropDownList1"
)
Me
.RadDropDownList1.Name =
"RadDropDownList1"
Me
.RadDropDownList1.ThemeName =
"AcksysOffice2010Silver"
RadListDataItem1.Text =
"ListItem 1"
RadListDataItem2.Text =
"ListItem 2"
DescriptionTextListDataItem1.DescriptionText =
"FR Description 3"
DescriptionTextListDataItem1.Text =
"ListItem 3"
DescriptionTextListDataItem2.DescriptionText =
"FR Description 4"
DescriptionTextListDataItem2.Text =
"ListItem 4"
Me
.RadDropDownList1.Items.Add(RadListDataItem1)
Me
.RadDropDownList1.Items.Add(RadListDataItem2)
Me
.RadDropDownList1.Items.Add(DescriptionTextListDataItem1)
Me
.RadDropDownList1.Items.Add(DescriptionTextListDataItem2)
To reproduce the issue:
1. Create a dropdownlist, and then create a textlistdataitem in it. Modify the text of the textlistdataitem to "Text A".
2. Change the form language to French ( or any other language)
3. Modify the text from "Text A" to "Text B".
4. Run the program in English windows and then in French Windows
You will found out the text is always "Text B". Actually, it hasn't created the French text in the French resource, it just modified "Text A" to "Text B".
Thank you for advance.
Hi
I have a DocumentTabStrip inside a RadDock. Initially it has one DocumentWindow and one tab. Dynamically I then add extra tabs depending on what they user does. This works.
However, if I close all the tabs, the DocumentTabStrip disappears (documentTabStrip2.Controls.Count == 0 documentTabStrip2.Visible == false). If I add a new tab to the now empty DocumentTabStrip (documentTabStrip2.Controls.Count == 1) and set documentTabStrip2.Visible to true, it does not reappear.
How can I close all the tabs on my DocumentTabStrip then add one back and make it appear again?
Regards
Chris
I just saw and testing the new layout control and it is wonderful.
I am wondering is there a way to save properties like width, height, text, etc... of the embeded controls along with SaveLayout of the layout control.
It would be great functionality.
Regards,
Simeon