Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
58 views
Hi All,

I hav a radtagcloud that contain certain items. On clicking the item I want to open a radwindow that contain the google search result page with the clicked item as the search keyword. Please help.

Thanks,
JC.
Shinu
Top achievements
Rank 2
 answered on 15 Mar 2013
3 answers
111 views
Hello

Can you guilde me how to show sum of each colum when I do group by column. total value will show in groupHeader

Thank you

 
Kostadin
Telerik team
 answered on 15 Mar 2013
3 answers
217 views
Hi,
I need to set few attributes to TextBox of RadComBox.
Same can be done using javascript as:
var txtCurrency = $find(rcbCurrencyId).get_inputDomElement();
txtCurrency.setAttribute('test', 'test');
Need to do same via Server - Side.
Peter Filipov
Telerik team
 answered on 15 Mar 2013
2 answers
124 views
I have a radgrid which has another radgrid inside it in a nestedviewtemplate.  What I am having a problem with is it won't fire the InsertCommand in the inner grid when I am trying to add a row.  I am dynamically loading the grids and do all inserts in the code behind dynamically too.  Inside the first nestedviewtemplate I have tabs that have usercontrols dynamically added.  Inside one of those I have a radgrid which I am needing to allow adding of records.  When you click on the add, the add window pops up and allows you to fill out the field, but when you click on the insert button on that it does nothing.  The insertcommand does not fire within that usercontrol.  What do I need to do to fix this?
Bryan
Top achievements
Rank 2
 answered on 15 Mar 2013
3 answers
205 views
Hi,

I have radgrid which has 200 rows per page. I have enabled row selection. When I select a row it gets selected but the focus moves to top of the grid. I want the focus to remain on the selected row. How is this possible?

<

 

ClientSettings AllowKeyboardNavigation="True" EnableRowHoverStyle="true">

 

 

<Selecting AllowRowSelect="True" />

 

 

<ClientEvents OnRowSelected="rowSelected" OnKeyPress="KeyPress" />

 

 

</ClientSettings>

Thanks,
Raji

 

Eyup
Telerik team
 answered on 15 Mar 2013
1 answer
314 views
I have a radbutton that works with a validation group to check a drop down before showing a confirmation popup. I have found the OnClientClicked is firing before the validation is complete. I'm wondering if this could be related to the current issue with the radbutton and the Q1 2013 release. I am currently running last night's internal build.

<telerik:RadScriptBlock runat="server">
    <script type="text/javascript">
        function VALIDATEME(sender, args) {
            args.set_cancel(!window.confirm('Validate?'));
        }
    </script>
</telerik:RadScriptBlock>
 
<telerik:RadButton ID="SaveButton" runat="server" CausesValidation="true" CommandName="Save"
          Text="Save" OnClientClicked="VALIDATEME" ValidationGroup="Save" />
 
<telerik:RadComboBox ID="combo" runat="server" />
 
<asp:RequiredFieldValidator ID="validator" runat="server" ControlToValidate="combo" ValidationGroup="Save"
          InitialValue="" ErrorMessage="Error!" Text="*" />
 
<asp:ValidationSummary ID="ValidationSummary" runat="server" ValidationGroup="Save" />
Danail Vasilev
Telerik team
 answered on 15 Mar 2013
5 answers
92 views
Hi,

I have recurrence editor in rad window. When i click the monthly or yearly option the drop down list appears back of the rad window

I have attached the screen shot.

Please let me know the solution.............








Thanks, 
Prasanna
Plamen
Telerik team
 answered on 15 Mar 2013
17 answers
1.2K+ views
Is it possible to use markup to set a value for the CommandArgument property of the GridButtonColumn from the DataSource?

I'm sure I could set this in a DataBinding-related event but would like an easy way to do this in markup.  Something like a "DataCommandArgumentField", etc...

Thanks,
Kevin
Tsvetoslav
Telerik team
 answered on 15 Mar 2013
1 answer
131 views
Hi All,

We have couple of pages in our application whcih will have grids with huge amounts of data. Agreed to an extent the number of rows on grid can be controlled by paging but i feel its really performance intensive because it has to redraw all the rows currently shown on the screen for any grid action.. if i just want to edit 1 row i should be able to ajaxify it to return and refresh only 1 TR from the table.

Is that possible? 

ThanKS,
pARAG
Antonio Stoilkov
Telerik team
 answered on 15 Mar 2013
1 answer
85 views
hello,
I am creating a grid server side in c# code:-

in CreateChildControls

rg.SortCommand += new GridSortCommandEventHandler(rg_SortCommand);
rg.MasterTableView.AllowSorting = true;
rg.MasterTableView.AllowCustomSorting = true;

I have enable sorting on each column created:-

boundColumn.AllowSorting = true;

The sort is enabled on each column. When i click on the column title there is a page postback but the event handler
"rg_SortCommand" is not called.
Shinu
Top achievements
Rank 2
 answered on 15 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?