Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
119 views
 <EditFormSettings EditFormType="Template">
                <FormTemplate>
 <telerik:RadButton ID="btnIcon" runat="server" OnClick="btn_Click" OnClientClicking="OnClientClicking"
                              Text="Start"       </telerik:RadButton>

  
 </FormTemplate>
            </EditFormSettings>


Hi,

Above only example which releated to my scenario.
I have RadButton in <EditFormSettings> . I tried to find control using FinControl in Item_DataBound by following code and disable RadButton.

if (e.Item is GridEditableItem && e.Item.IsInEditMode)
     {
        GridEditableItem item = (GridEditableItem)e.Item;
             RadButton  btnStart = (FileUpload)item.FindControl("btnStart");

             btnStart.Enabled = false;
     }

when i debug  even it is not entering (if (e.Item is GridEditableItem && e.Item.IsInEditMode) ) . I think i am missing some thing.

Could you please let me know , how to find control in code behind and disable control.

Thanks,
Ravikiran


Ravi
Top achievements
Rank 1
 answered on 20 Nov 2013
4 answers
89 views
Hello,

I have a linkbutton in the commanditem template.

I need to disable this linkbutton when the grid has 0 records.

Any help will be appreciated.

Thanks,
Priyank
Priyank
Top achievements
Rank 1
 answered on 20 Nov 2013
2 answers
88 views
I've got a strange issue where the RadMaskedTextBox will accept a delete keystroke as a space character (overwriting any previous value and advancing the cursor) when the mask is set to accept only numbers. Expected functionality is for the delete key to delete the character to the immediate right of it, and for the cursor to remain in the same place.

Suppose my RadMaskedTextBox has the following input

1234
 ^---Cursor
after delete key press
 234
  ^---Cursor
after delete key press
  34
   ^---Cursor
after delete key press
   4
    ^---Cursor
after delete key press   
     ^---Cursor

<telerik:RadMaskedTextBox ID="txtbox" class="numeric" PromptChar=""  SelectionOnFocus="SelectAll"
 runat="server" Width="44px" MaxLength="4" Mask="####" DisplayMask="****" DisplayText="" TabIndex="4"
   HideOnBlur="True" AutoCompleteType="Disabled"></telerik:RadMaskedTextBox>

Reproduced on latest Firefox and Chrome. Using v2013.3.1114.40
John
Top achievements
Rank 2
 answered on 20 Nov 2013
1 answer
94 views
Hi Everyone,

I'm facing one critical problem. I have apply "webblueskin" on my telerik:RadGrid. It's working fine but my requirement is that I want to apply outlook skin on it's filter control for telerik:datapicker.

Currently, On telerik:datapicker filter apply same skin which I applied on radgrid. but I want to change. How It's possible.
Venelin
Telerik team
 answered on 20 Nov 2013
2 answers
215 views
Hi

I have seen that, TreeNode has the property ExpandMode. My Scenarios is - I am binding TreeView from back-end by just providing data source (not creating tree nodes and adding it to treeview), also in design I have just placed TreeView.

Now, when my page is loaded and treeview is displayed, I want all nodes displayed in Expanded Mode. I am looking forward for a single property on TreeView level. I do not want/love to write any (C# or JS) code to iterate through and set expand mode.

Please provide your suggestion for this. Thanks.
Kalpesh
Top achievements
Rank 1
 answered on 20 Nov 2013
3 answers
179 views
Hi,

The client side method get_selectedNodes() should return the nodes in order they were selected, this doesnt seems the case anymore...

Before implementing my own logic I would like to know if this is an issue/bug?

Thanks

Here's a snippet : 

var treeView = $find(RadTreeViewClientId);
 
var nodes = treeView.get_selectedNodes();
for (var i = 0; i < nodes.length; i++) {
    console.log("SelectedNode " + i + ": " + nodes[i].get_text());
}

Boyan Dimitrov
Telerik team
 answered on 20 Nov 2013
4 answers
471 views
Hi,

We have website in which many pages are having radgrid. currently our customers are setting filters on the grid. they may go to other pages for browsing from this page. They are getting annoyed when they come back to the page where they set their filters before. As this is a fresh page to asp.net http cycle, the page will be rendered from start.

I just want to know is their any process in which the state(filters) is stored for the grid and applied when they come back to this page?

Please let me know.

Thanks,
Mahesh
Maria Ilieva
Telerik team
 answered on 20 Nov 2013
1 answer
47 views
hello ,
there is  a problem in chrome  with image/flash/media manager.
the manager is open minimized.
ie its OK

i attached screenshot from your demos
Marin Bratanov
Telerik team
 answered on 20 Nov 2013
1 answer
79 views
Team

I am having issue with Template Column it contains Linkbutton. When i click on Export to excel in this case values comes balnk in excel.

I treid both ExportOnlyData  by setting True/ False. If i set False then it exporting all filter opeiton to in Excel.


Please let me know how we will exportTemplate column with link button in excel.

Thanks
Rahul
Princy
Top achievements
Rank 2
 answered on 20 Nov 2013
1 answer
50 views
Hi all,

So i have a radgrid with an template edit mode, and the problem is, i havea hidden column, and i want to show  only, i edit mode in that row and not e all rows? is there a way???

Best Regards and many thanks
Princy
Top achievements
Rank 2
 answered on 20 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?