Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
414 views

How to find the DataKeyValue from RadTreeList UpdateCommand?

How on earth do I find the DataKey when I'm doing an update? I've tried everything... Private Sub rtlAccounts_UpdateCommand(ByVal sender As Object, ByVal e As ...
1
vote
1answer
192 views

Hiding CheckBoxes And Edit Buttons in a RadTreeList

I'm new to the "Telerik"-controls and I have a few questions! First of all, I'll give you a small resume of what we want to achieve and how I did it for now. The customers has several clients who ...
0
votes
1answer
45 views

how to avoid reloading Rad Tree List

I am using Telerik Rad Tree List. when expanding the tree , it is postback and get child data from server. it is ok. but when collapse the tree, the page is again reload. i am not sure, it is default ...