Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
248 views
Hi,  I am trying to hide the Expand/Collapse column at runtime.  I have a Radgrid setup with grouping by category, but I want to hide this column.

I tried RadGrid1.MasterTableView.ExpandCollapseColumn.Visible = false; using OnColumnCreated, but it doesn't seem to do anything.

Any help would be appreciated.

Thanks.
Shinu
Top achievements
Rank 2
 answered on 10 Feb 2009
8 answers
393 views
Hi,
 i have to calculate age when selecting a date in the rad date picker in client side using javascript. This should happen as soon as i select the date from the date picker. how can i do this. im new to teleric controls. Can anyone help me in this?

Regards,
chandruK
chandrasekaran
Top achievements
Rank 1
 answered on 10 Feb 2009
7 answers
283 views
Hi all

I have a radgrid with linkbutton in action column
when i click the linkbutton i am now showing a tooltip with all user details

i want to use tooltipmanager so that i can reduce coding and time taken by the page to load

i want any sample projects or codes apart from the examples given in the online demos so that it make my job easier

Waiting for the earliest reply

Thank to all
Priya
Top achievements
Rank 1
 answered on 10 Feb 2009
9 answers
365 views
Im using heirarchy radgrid with inline edit mode...
How can i make the textbox in the edit mode as mandatory...
Princy
Top achievements
Rank 2
 answered on 10 Feb 2009
0 answers
103 views
I'm running into a peculiar issue with the RadWindow.  I can launch the window the first time, its almost centered, close it, then the next time i click to launch it kicks over 300px, then close it, then click again and its over another 300px or so.  By this time its off the screen.  I tried a couple things to reposition the window, but it doesn't seem to help.  When i resize the web browser, i tried the GetTopLeftPosition function i found to try to tie it to an element, but it still wouldn't help.

What i finally determined is that I am using css code to center my website, a Div with an ID, and width and margin of 0px auto; to center it.  If i take out the margin: 0px auto; then it shows properly everytime, centered (no repositioning needed).

What am i missing here? 

- Update I fixed my own error... It turned out my Form Tags in my master page were a couple divs below the margin 0px auto div.  This caused RadWindow to make the incorrect assumptions.  My fault.  Once I moved my Form tag higher to Include all the proper divs, it centers as it should.
Eric
Top achievements
Rank 1
 asked on 09 Feb 2009
1 answer
95 views
Hi,

We would like to use the Editor, but are concerned with our users messing up design and layout. We would therefor like to restrict the user to use most functionality in the editor and leave only:
- Lists
- Images
- Bold/Italic/Underscore
- H1/H2/H3
- Hyperlinks

None of these elements should be styled in any other way, so that we get simple plain html as a result. There should also be no way for the user to paste in any form of text that ignores these rules (for example, different font sizes from word).

Is this possible and how much work should we expect?

Thanks,
~Sph
Paul
Top achievements
Rank 1
 answered on 09 Feb 2009
2 answers
181 views
Hi,

I would like my application to save the grid state (sort, column order, filters, etc) and then when restarted I would like to re-apply these settings.

I started playing around with this idea only to find the SortDescription and CompositeFilterDescription are not Serializable.  Can we please make these serializable in a future release?  Even better can we add the methods:
RadGridView.SaveGridState(string filename)
RadGridView.LoadGridState(string filename)

Thanks

Guido Tapia
Guido Tapia
Top achievements
Rank 1
 answered on 09 Feb 2009
0 answers
129 views
I am using a RadPanelItem with an ImageUrl referencing a png image.  My problem is I'm seeing two images (one on top of the other) when the form open.  Why is this?  I don't see double images if I use jpg or gifs, only when I use pngs.  Yes, I could change ALL my images over but then that would be making me do more work for all my images when really the png should be handled just like any other image.

Here's my html definition.

 

<rad:RadPanelBar runat="server" ID="RadPanelBar1" Skin="Outlook" ExpandMode="SingleExpandedItem" OnItemClick="RadPanelBar1_ItemClick" style="vertical-align:bottom; width:auto;" >

 

 

<Items>

 

 

<rad:RadPanelItem Text="Dashboard" ImageUrl="~/images/Suite.gif">

 

 

</rad:RadPanelItem>

 

 

<rad:RadPanelItem runat="server" ImageUrl="~/images/Suite.gif" Text="Case Management">

 

 

</rad:RadPanelItem>

 

 

<rad:RadPanelItem runat="server" ImageUrl="~/images/Redaction_s.png" Text="Redaction" ></rad:RadPanelItem>

 

 

<rad:RadPanelItem runat="server" ImageUrl="~/images/Suite.gif" Text="Reports">

 

 

</rad:RadPanelItem>

 

 

<rad:RadPanelItem runat="server" ImageUrl="~/images/Suite.gif" Text="Admin">

 

 

</rad:RadPanelItem>

 

 

<rad:RadPanelItem runat="server" ImageUrl="~/images/Suite.gif" Text="Record Group">

 

 

</rad:RadPanelItem>

 

 

<rad:RadPanelItem runat="server" ImageUrl="~/images/Suite.gif" Text="Workgroup">

 

 

</rad:RadPanelItem>

 

 

</Items>

 

 

<ExpandAnimation Type="None" Duration="100"></ExpandAnimation>

 

 

</rad:RadPanelBar>

The bolded stuff above gives me the png image followed by the Redaction text, then on the next line (in the same menu item) I see a duplicate image.  WHen I click on that menu item (or any other) the duplicate image goes away.

What could be going on there?  Thanks.

PS  I'm using the up to date Telerick AJAX controls.   THank you.

 

P
Top achievements
Rank 1
 asked on 09 Feb 2009
3 answers
329 views
Hello,

I have a table with Guid as Primary key and using ParentID hierarchy. The TreeView doesn't seem to like/render the child nodes....

<telerik:RadTreeView ID="RadTreeView1" Runat="server"   
        DataSourceID="LinqDataSource1" DataFieldID="ItemID"   
        DataFieldParentID="ParentID" DataTextField="Title" >  
   
        <CollapseAnimation Type="OutQuint" Duration="100"></CollapseAnimation> 
        <ExpandAnimation Duration="100"></ExpandAnimation> 
</telerik:RadTreeView> 

My ItemID and ParentID are of type Guid like : b87f0a3f-05d7-442a-8f6b-1496b7a89c38. Forr root nodes, the ParentID = null.

Thanks,

Michael
mfrimu
Top achievements
Rank 1
 answered on 09 Feb 2009
3 answers
399 views
Hi,

Just want to know if Grid has the ability to do Server.HtmlEncode while data is binding to the Grid to avoid any XSS attack.

Chris
Roatin Marth
Top achievements
Rank 1
 answered on 09 Feb 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?