I'm binding my ListView to a class that contains a list which is a list of another class.
For instance,
publicclassPerson
{
publicList<Orders> Orders {get; set;}
}
publicclassOrders
{
publicGuid Id {get; set;}
publicstring{get; set;}
}
When I bind the ListView to an instance of the person class, how could i display specific value for one of the orders on the row that displays for the person class?
This is my first post after i started working with Telerik Radcontrols for winforms.
Currently i would like to select multiple rows from the grid and i would like to pin them all (either at top or bottom).
At present, eventhough it is possible to select multiple rows, only the first row is pinned.
Is it possible to extend the rad grid row header context menu, item click event handler ? such an event handler is really available in the first place ? Kindly throw some light guys....
Hi to everyone
this is my problem
on a radform, I placed a radpageview control with 02 pages
inside this pages, I placed texboxes, group etc..
I also have a button somewhere inside the radform
How can I reset all the textboxes (xtextbox.text="") ?
My english is not so good
thanks
One of the columns (a decimal column) takes the data from an integer value in the database... this value represents a time, but I can´t change the type in the database.
I want to show the value in a HH:MM:SS format.
To do that in other situations I just set a string.Format this way:
string.format("{0:00}:{1:00}:{2:00}", value/3600, (value%3600)/60,(value%3600)%60)
Is there a way to apply this custom format to the column?
I´ve tried using a date format in the FormatString property of the columm this way: {0:hh.mm.ss} but then the columm shows data like this "hh.Valuemm.ss" (Value is the integer in the column, like 4 or whatever).
I am currently using Q3 2007 SP1. I have poblem with the fontsize of the GridView. I try to change the fontsize through visual style builder (the edit element). It works fine when design. However, on runtime, it prompts me error of index and the fontsize back to as the default.
Please clarify if this problem existed in the version i mentioned.
Thanks in advance
I want to filter my checkboxcolumns in the ManagerGridView.
When i click the filter - Checkbox obve nothing happend.
When i change the filter options from "equals" to (for example) "less then" it works.
When i change then the filter options to equals and klick in the filter - Chekbox it filter one time and then no more.
Is there a workaround or an known issue on this problem?
kind regards
edith:
found a problem in the programm logic -- sorry
please close the thread, thx