We have used RadGridView in our Windows Application and initially we use 2012 year versions of respective telerik dll's.
With those dll's on our specific form where we have used RadGridView, if user enter a filter value to filter desired type of rows from all bunch of rows and close the and reopen the form user can see his last entered filter value has been retained so the rows user can see are also filtered on the basis of filter value.
But when tried to Upgrade to 2020 version of respective telerik dll's we observed above mentioned functionality does not work.
Attached is the respective image of grid. Kindly assist on this.
Hello,
Please, may we disable the selection of a row only for the end-user? It will need to be possible to manipulate the selection programmatically.
Thanks
Hello,
The sample 955167-RadChartViewLiveData shows a way to display Live Data using the RadChartView. In this scenario the data points moves from right to left.
I'm looking for show an EKG signal (of one channel) using the RadChartView control. The required features are:
Please, may I know a suggested approach to obtain similar results?
Thanks
Hi,
We have used a Telerik RadGridView in our Windows Application.
On specific form user has a option to right mouse click and open conditional formatting
then user gets a popup window of Conditional Formatting Rules Manager.
In that Rules Manager window - we can see some properties under Format section such as CellBackColor and RowBackColor.
for these very particular options CellBackColor and RowBackColor we have set some standard color from code and want to keep it as a standard
thus want to prevent user to go and edit these properties and change the color to something else.
So is it possible to completely disable to edit/hide these options (CellBackColor and RowBackColor) from code, so end user could not change it ?
Please find attached image of Rules Manager.
How can I switch back to the default label color?
<html><color=inherit> does not work
Thanks!