Hi Team,
I have changed the backcolor of the tooltip with below code but it is not working,
RadToolTip toolTip =
new
RadToolTip();
toolTip.IsBalloon =
true
;
toolTip.BackColor = Color.LightSkyBlue;
toolTip.SetToolTip(
this
.button1,
"Telerik test"
);
RadGridView.MasterGridViewTemplate.Filter.ToString()
easily gives me the current filter(s) .
Would be real nice if there were a just as easy way to set (restore) filter(s).
I still haven't figured out how to set the filters.
I guess I'll have to start with
Dim item As New Telerik.WinControls.Data.FilterExpression
RadGridView.MasterGridViewTemplate.FilterExpressions.Clear()
... not sure how to parse the string I got above and how to build it into item
RadGridView.MasterGridViewTemplate.FilterExpressions.Add(item)
Hello
I have a Command bar with one row and three StripElements
Depending on some condition I wish to programmatically set the second strip element to visible or collapsed.
When I change the visibility property of the second strip element from Visible to Collapsed it is no longer visible but the third strip element does not move against the first strip, an empty space remains between the first end the third strip.
Also I have set the grip and overflow visibility to collapsed on all three strip elements.
How can I "force" the collapsing to occur ?
Thanks in advance
PJ
Hi,
My issue is when I try to export the RadGridView data to excel I cant compile.
Language : VB.net
Using this code snippet
getting error on this line
Dim
renderer
As
New
Telerik.WinControls.Export.SpreadExportRenderer()
image attached for better understanding.
can anyone tell me what I am doing wrong?
isn't SpreadExportRenderer member of Telerik.WinControls.Export ?
Hi,
How do I make this part(marked in the picture) of the child table it's linked to invisible ?
Hi,
I want to add commandbutton to each radgridview row, and I want to know how to define each row's button click event ?
For example, If I click on button of row 3, the button shows a string in the cell instead and if clicked back again, the button hides string and shows itself.
I use vb.net
Thanks
Hello Telerik Team , Good time
When I use radSpreadsheet or radSpreadsheetRibbonBar , font and size Change at runtime
The relevant photo was attached.
thanks a lot
How can I change the right edge of a node in the MouseEnter event, change border width and color
Thanks for your help
Hello,
We are working with 2019 Q2.
When the grid is refreshed (grid.MasterTemplate:Refresh() or bound to a new datasource), a new GridSearchCellElement is created (CreateCell event is fired) and the search text is cleared.
Is it possible to change this behaviour and don't touch the the GridSearchCellElement - object?
Currently I set the searchtext again, but this is not really an option for us.
We bypassed the default search and have implemented a new logic. After search is completed a refresh or rebind is done. This works fine, but problem starts when the user keeps typing while the search is executed. In this scenario some letters are lost (we are working with Progress - so it is a single threaded environment).
I hope you can help us with this.
Regards,
Martin