Search
You searched for the word(s): [no words] || User(s): saurabh
Showing page 1 of 9 (82 total posts)
< 1 second(s)
-
Hi,
I am also observing the same behaviour. Its not sorting based on the converted values instead it is sorting on the raw data which is bind to the Grid.
what could be the solution of this ?
Thanks
Saurabh
-
Marcus,
I tried to put the CellContentTemplate. It works fine, but it is having some issue while sorting.
I have a DateTime column in which i am getting the Value in hh:mm format. Now i have to convert it to hh:mm AM/PM format. Its converting perfectly but the sorting is not proper. If i remove the converter and display in hh:mm format then the ...
-
Hi, mohamed
How can i set the CellContentTemplate based of the value of some other column.
Lets suppose in the above example i want to set the Hyperlink for Students and for Teachers is dont want to set the Hyperlink.
For this i can have two DataTemplate one with Hyperlink and one without hyperlink. But how can i write a trigger on ...
-
Hi Leonid,
I also got this issue. But after giving sometime to it , i found out that it the problem with firefox browser and it is not with only xceed data grid but also with the other controls like textbox or combobox.
I am not geeting this issue in IE 7 and above
Thanks,
Saurabh
-
Hi
I there any update on this issue ? I am also getting the same error i.e. {''Specified method is not supported.''} when i go to the base to the Cells property of the Xceed.Wpf.DataGrid.DataRow .
I am making some of the columns invisible and trying to get the values of the invisible column on the RowClick of the DataGrid. ...
-
Hi Diane,
Thanks for giving the time. This issue is not just comming after sorting one or twice. it is coming in different scenarios. Below are the scenarios :If you sort any column multiple times, lets say more than 15 times frequently.It may come up after 5 times or may come up after 40 times .so its completely random.If you do sometimes ...
-
I am using Xcced DataGrid Control and binding with a DataTable. I am making some of the columns in DataGridControl to Visible=''False''.
On click of the row i am getting the value of one of the invisible columns
Xceed.Wpf.DataGrid.DataRow objDataRow = sender as Xceed.Wpf.DataGrid.DataRow;
with objDataRow object i can access the Values ...
-
Hi Neeti,
If u can just attach a quick screen shot then it will be helpful to understand...
-Saurabh
-
Hi
can i alter the theme if i am using the express edition or i should create a new theme by using the Theme template provided be Xceed. I am using express edition .
Thanks
Saurabh
-
Hi avinash,
There could be two ways to achieve this :
First: Put the Checkbox in a DataTemplate and assign the CellContentProperty to the created DataTemplate. In the crated datatemplate use the checkBoxChanged property....
Second: as u said by using the edit events ...
1 ...
|
|
|
|