Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
55 views
Hi..

I'm using Q2 2010 of telerik.
I'm trying to create custom Filter.....Using GridFilterMenu we extract all our filter fields.....at the same time we r using custom paging also....
using this extracted filter fields we bound the Radgrid.....in this grid we have a multiple GridBoundColumn.....I want to do filter for all the GridBoundColumn... can u help me.... i need sample coding also......



Iana Tsolova
Telerik team
 answered on 28 Jan 2011
3 answers
63 views
Hi,
My code opens a rad window when a gridbutton, located at a radgrid as a column, is clicked. In the OnClientClose event of the window it deletes the related row in the grid. I put an alert at the end of script which is wiritten to delete  row. I can see that the row is deleted at the grid but when the main window  got focused the row comes back. I think I must delete that row after main window has got focused, but there is no such event. I am sure that there is a simple way to do this. I will be pleasured if you help?
Thanks,

delete function

var table = $find("<%= rGrid.ClientID %>").get_masterTableView().get_element();
       var row = table.rows[rowInd];
       table.deleteRow(rowInd);
        
       var dataItem = $find(row.id);
       if (dataItem)
       {
           dataItem.dispose();
           Array.remove($find("<%= rGrid.ClientID %>").get_masterTableView()._dataItems, dataItem);           
       }
Iana Tsolova
Telerik team
 answered on 28 Jan 2011
1 answer
28 views
Hi,

   I've got a page with a bunch of menu items that when clicked open radwindow's with content.  In each RadWindow is usually a RadGrid and a few other controls.  I would like the pages in the RadWindow to use the opener page's RadAjaxLoadingPanel rather than use a RadAjaxLoadingPanel within the RadWindow.  Is there any way to achieve this?  I'm thinking I could hack something together to do this, but if there is some built in functionality that I am not aware of I'd rather use that.

Thank you.
Georgi Tunev
Telerik team
 answered on 28 Jan 2011
11 answers
272 views
Hi,

I am having a hard time finding Control to a TextField nested within a radgrid and pageview. I am trying to access this textField inside of my Page_load Function.The TextField I am trying to get reference to is the TextBox ID="LongitudeTextBox"nested inside ( Radmultipage- RadView1 - RadGrid1 - MasterTableViewEditForm ).

Previously I have gained control using the sender object from the form however in this case I do not have one since I am in the Page_Load function.
I have tried multiple solutions to find control such as setting the sender object from the form to a global variable , or trying to nest findcontrol methods with the path described above.

Any help would be greatly appreciated,

Thank you.
Marin
Telerik team
 answered on 28 Jan 2011
1 answer
85 views
hello to all experts

                         i would like to ask for help in loading images in a thumbnails views using the radgridview horizontally, my image path was save in the database but the actual file is in the image folder. how can do that? any sample codes is highly appreciated..thanks
Joel
Telerik team
 answered on 28 Jan 2011
8 answers
181 views
Hi,

I am trying to understand how you people build the "Products" menu on the Telerik website.

For a customer we must build a solution with the same hierarchy, so on click the sub- and the sub-sublevel is shown in one panel.

Can you explain how you did it?

Best Regards,

Marc
Peter
Telerik team
 answered on 28 Jan 2011
1 answer
63 views
Hi All Experts,

I want to add a gallery button in the editor. This editor button open the popup and shows the list of editor. If i click the editor it will shows the gerybox with my code. Can you have some kind of stuff. I want to create a gallery for this like wordpress plugin we added the gallery and added into our code like this.... Any comments will be appreciated.

Thanks
Anil
Rumen
Telerik team
 answered on 28 Jan 2011
3 answers
155 views
First off - we are using the latest and greatest ASP.NET AJAX RadEditor/RadPageView/RadTabStrip assemblies.  Our particular implementation is that of a single editor swapped in and out of placeholders triggered with "click-to-edit" or in-place editing type functionality (whatever you want to call it).  If the RadEditor exists on a RadPageView that is shown when the page loads (i.e. the 1st tab) then the toolbars are rendered perfectly fine.  However, if the RadEditor is not shown until one shows a second or third RadPageView (i.e. 2nd or 3rd tab) then the toolbars are incorrectly rendered: they don't wrap correctly or they are cut off by the text entry area. 

Now a workaround for this is to position a mock/unused RadEditor on the 1st RadPageView and wrap it with an absolutely positioned div that takes it off screen.  Note: if you wrap that mock RadEditor in a display:none div then the toolbar rendering problem (above) occurs.

Is there anyway around this?  Some RadEditor setting, css, or JavaScript that I have overlooked?  I would prefer not to have a mock/unused RadEditor on every page that I have an editor nested within a tab control.  Any help would be highly appreciated.....
Rumen
Telerik team
 answered on 28 Jan 2011
5 answers
143 views
Hi,

i have a  link button in a radgrid control. when you click the link button(details) of a specific row in radgrid, it should display that rows' data to a radpageview with radtextboxes as outputs for the selected row.

Thanks in advance.
Maria Ilieva
Telerik team
 answered on 28 Jan 2011
1 answer
43 views
Hi. I'm looking at the file explorer and have a couple of issues:

1.  EnableEmbeddedScripts got accidentally set to false and the page always crashes with a jscript error. This is the declaration. If I remove the enableEmbeddedScripts it all works ok!

 

<telerik:RadFileExplorer ID="rfExplorer" runat="server" Width="350px" Height="350px"

 

 

DisplayUpFolderItem="false" ExplorerMode="FileTree" EnableEmbeddedScripts="false" >

 

 

<Configuration ViewPaths="~/Photos/" UploadPaths="~/Photos/" DeletePaths="~/Photos/" />

 

 

</telerik:RadFileExplorer>

 


2. I have effectively copied the code from the demos on the website. This uses javascript to set the .src property of a html <img> with the filename selected in the fileExplorer. However, on my page I then have a button that executes code behind to process the page. What I am finding is that the fileExplorer works. When I open a file it updates the <img> but when the code behind for the button executes the value read by the code (from .src) is the original value - not the filename that is actually being displayed. Do you have any clue what is happening?

Dobromir
Telerik team
 answered on 28 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?