Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
105 views
I have an editable grid.
I would like the row being updated to be selected after saving or cancelling the update, but I can't seem to figure out how to do it. Should the itemCommand handle this?
Tsvetoslav
Telerik team
 answered on 04 Aug 2009
1 answer
124 views
We have a requirement to display different activities on a single horizontal row/bar. The activities can occur multiple times during a day and have a start and end time, e.g.:

     <---activity 1 ---><---activity 2---><------------activity 3-------------><activity 1><---activity 3--->
10:00                   11:00                 12:00                                      14:30          15:00                 16:00

Is there a chart type suitable for this (the Microsoft ASP.NET chart control has a 'range bar chart' which can be adapted to this), and are there any examples.

Thanks for any help.

Chris


Velin
Telerik team
 answered on 04 Aug 2009
1 answer
131 views
How can I determine if I am running the current patchlevel of Telerik for the version that I licensed? (that is to say, not necessarily the most current version of Telerik, but rather, the most current patch applicable to the version I'm using)?

Specifically, we use Telerik.Web.UI.DLL version 2008.3.1314.35. (Telerik Radcontrols for asp.net ajax 2008)
Lidiya
Telerik team
 answered on 04 Aug 2009
2 answers
115 views
Hi,

Is RowClick/RowDblClick is supported on GridCheckBoxColumn type of columns?

Thanks
virendra 
Daniel
Telerik team
 answered on 04 Aug 2009
0 answers
77 views
I created a custom skin for a combo box.  Everything works fine except for one thing.  When you click anywhere in the input box, the list drops down, but when you click on the image on the right, the list will not drop down.

I must have changed something in the css that is causing this, but cannot figure out what it is.

Any help would be appreciated.

Tim Sledge
Tim Sledge
Top achievements
Rank 1
 asked on 04 Aug 2009
3 answers
150 views
What is the "Today" button for? Whenever I click it the month changes to the current month but that's all that happens. The current date isn't selected.
Princy
Top achievements
Rank 2
 answered on 04 Aug 2009
7 answers
793 views
Hi All,

I am facing a new problem with RadProgressArea control. If i browse any file and on clicking Cancel button Progress bar is showing. How to hide/remove progress bar when user is clicking any button other than Upload button?
Genady Sergeev
Telerik team
 answered on 04 Aug 2009
1 answer
167 views
I learned how to arise an alert box RadAjaxManager1.Alert() but now i need to prompt the user if he wants to takes a further action?
If yes then do something if no do something else.

Thanks
Shinu
Top achievements
Rank 2
 answered on 04 Aug 2009
1 answer
121 views
Hi, 

I've a radpanel bar and I've 3 radpnelItems with a radgrid in each one.
My question is I need to find out the selected rows in a grid.
I did the foll:

RadGrid m_obRecipientGroupGrid = (RadGrid)m_ctlRecipientPanelBar.FindItemByValue("RadPanelRecipientGroup").FindControl("m_radRecipientGroupGrid");
     
       

         foreach (GridDataItem obItem in m_obRecipientGroupGrid.SelectedItems)
         {
                  int iGroupId = Convert.ToInt32(obItem["GroupId"].Text);
                  objRecipientGroupIdList.Add(iGroupId);
         
         }

Note:;  m_ctlRecipientPanelBar is the name of the panel bar

        m_radRecipientGroupGrid is the name of the radgrid
       

When i checked a checkbox(it automatically means the rows is selected right) and click on save(in my page), I do the above code, but it never goes to this loop though i've selected few checkboxes.

and as a result the list is empty.

But the same logic (like the same code) i did in my radgrid without a radpanel item and it worked. why didn't this when i put the radgrid in a radpanel bar doesn't give me the selected rows.
pls help me. how do i do this???

Note: i also have allowmultirowselect = true.
m_radRecipientGroupGrid .clientsettings.selecting.AllowRowSelect = true;

Pls do help me

Sebastian
Telerik team
 answered on 04 Aug 2009
2 answers
92 views
hi i have radgrid
I have added radajax manager   as follows

<AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="grdException">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="grdException" />
                        </UpdatedControls>
             </telerik:AjaxSetting>

 but when  page load occures the error comes as controls cannot be modified beacause controls contains <% %> blocks
Daniel
Telerik team
 answered on 04 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?