Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
136 views
Hi,
I need to deselect all items selected of a Grid from c# code (not javascript).
i try to deselect through:

for (int i = 0; i < RadGrid1.SelectedItems.Count; i++)
{

   RadGrid1.SelectedItems[i]
.Selected = false;
}

RadGrid1.Rebind();

But deselect only a first row selected. Are there other way?

Thanks in advance
Andrea
Andrea D'Orio
Top achievements
Rank 1
 answered on 03 Mar 2009
1 answer
103 views
Hi,
in radgrid  I am having a image column which contains two different images buttons;
So, here my requirement is I want to show one tooltip on click of first image click and another tooltip on click of second image button
(Here my Target controlID is same that is image button)
how could I do that ?

OR

I could make my question like this

In radtooltip I am having 2 DIV 's, So on click of first image in grid I want to display first div and i dont wan to display second div
and on click of second image in grid I want to display second div and i dont wan to display first div

how to do that ?


Thanks,
Tsvetie
Telerik team
 answered on 03 Mar 2009
1 answer
132 views
I am looking for an example of saving the state of the RadDock to a database.

Basically I am building a content managemtent system that uses modules for things like wysiwyg, contact form, photo gallery, etc.  What I want to be able to do is add as many or as few modules to a single page (load ascx pages into the RadDock), and then save the sate of all those dynamically loaded modules into a single DB field.

The database will have a Field called [MainDockState] and another field called [SideBarDockState] (the sidebar only loads sidebar related modules).

The user will then be able to choose which modules they wish to use when they are creating the page, move them around if they have permission, but when the RadDock is Dropped, the state will be sent to the database and saved for all future visits to that page.

Thanks in advance for the direction on this problem
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 03 Mar 2009
3 answers
193 views
I am working on grid having three columns. First two columns has text boxes and third has label to show sum of first two columns. Kindly give me client side script to get id of these controls within grid.
Daniel
Telerik team
 answered on 03 Mar 2009
6 answers
775 views
I suspect it might be a stupid question but I am rather beginning with both ASP.Net AJAX and Telerik...

In the online documentation, I can find lots of examples of popups triggered from the cloient side but not from the server side...

I would like to report to the User errors happening at the server side.
One way I was thinking of doing that was to have a popup window closed to start with.
When an error is caught
  • I store it in the database, get a key back
  • change the NavigateUrl of my popup to a page with the error key passed on the url
  • make the popup visible in modal mode

Everything seems fine but I don't know how to make my popup window... pop up!


Thanks


Eric
Eric
Top achievements
Rank 1
 answered on 03 Mar 2009
1 answer
92 views
Hi.
I tried to search for a solution to this problem but couldn't find anything.

The dll is: Telerik.Web.UI.dll and Fileversion is: 2008.2.1001.35

Now the problem.
The radeditor has three buttons at the bottom. Editing, Html and Preview.
When I use the scrollbar to scroll the page the buttons follows the scrolling and moves (up and down) out of their original positions.

This happens only in IE7 when I do tests. I have also tested Chrome and Firefox.

Is this a known problem and what can I do about it?

//John
Tervel
Telerik team
 answered on 03 Mar 2009
1 answer
61 views
Try as I might, I cannot get the Editor control to leave my text alone.  I've done radEditor1.ContentFilters = EditorFilters.None.  Still, the control insists on reformatting the text I put into it (changing TABLE tags, etc.).

Why isn't there a simple flag that tells the control to NOT do anything at all to the text within the control?  I'd really like to use it, but as it stands now, I can't use it because of the reformatting.  It should be very easy to support just leaving my text alone.

 

Tervel
Telerik team
 answered on 03 Mar 2009
2 answers
120 views
I have a hierarchical radgrid (3 levels). I want to keep the expanded state but i want do it only on client-side.

Somebody can help me please?
Marie-Eve
Top achievements
Rank 1
 answered on 03 Mar 2009
1 answer
116 views
Hi
      How can i connect the Database with Treeview Hierarchy Level. Let me know for example Treeview Like
                          INDIA
                               Delhi
                               Mumbai
                          USA
                               Colifornia
                               Los Angles
                           ......
I Want connect this database hierachy level like above  for example just u can see http://www.luxuryretreats.com/ .

Let me know how is possible to connect  database and also i want to know  when i click the node that time must be show the selected and unselected nodes in label box . like delhi,losAngles.. etc..,








Shinu
Top achievements
Rank 2
 answered on 03 Mar 2009
5 answers
570 views
I have a number of radtextbox fields on my screen. in addition I have a radgrid in which i can click on a row, it puts the information in the textboxes at the top of the screen where i can edit them. my question is why do all the 'required' field validators kick in when i do an edit, even though the fields have data in them. before, the way the validators worked is they would not show up unless you either a) tabbed out of the field without entering data or b) pressed 'save' and the field was blank. now they show up before the user even has time to enter data. another example is if you have a dropdown as your first field. the minute you pick something from the dropdown, all the required validators show up. the user has not even gone to those fields yet. hopefully, this explained my situation. is there a setting i'm missing?

thanks,
susan
Veselin Vasilev
Telerik team
 answered on 03 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?