Hello I need to programmatically change the colors of a cell specified by its index , i.e. not the selected cell.
I know that the colors can/must be set on the cellelement but I have not found how to get the cellelement of a cell by it's index (or column name) in the currentrow
e.currentrow(7).cellelement does not exists
and I have tried e.CurrentRow.Cells(7).style.BackColor=Color.Blue but it has no effects
Thanks in advance
Pierre-Jean
is it possible to drop a hyperlink object - as a custom cell, no doubt - into a virtual grid
I downloaded the example from another post in this forum but it was for a checkbox
I found a HyperlinkElement but it is calling for the specific row and column before instantiating
any assistance is greatly appreciated
Hi I am developing an application where Image URLs are saved onto a SQL database (Local paths) The images are in a JPEG/PNG format. Would it be possible to get the Image URLs from the database and insert them into the carousel? If so please can I get some help on how to do so :)
Kind regards
I am working on rewriting our grid reporting system using the Telerik GridView. I have run into one thing I have no been able to do. When I group a report, I need to show a summary row for all group levels. I have attached an example of what I need to do. In it I am grouping on two columns: View & User Id. I show a summary row for each user (pink) and then another summary row for each view (blue).
I have tried to do the same thing with the gridview but i have only been able to show a summary row for the lowest level group.
Does any one have an suggestions on how to do this?
Hi
I am trying to make a search function in a treeview.
Using this code will find what i am looking for:
Dim result As RadTreeNode() = RadTreeView1.FindNodes("Anders And")
result(0).RootNode.ExpandAll()
result(0).Selected = True
but all nodes are expanded, like 'expand1.png'
I would like it to look like 'expand2.png'
Kindly Peter