Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
145 views
Hi,

What is the best approach to implement autosuggest combobox inside radgrid. Most examples, including PDF self-peaced file are obsolete and they use external ascx file.
Can you please provide step-by-step instruction how to get combobox inside radgrid during insert/update operation. I would like to have combo which starts to retrieve matching records from database after entering 4-th letter, not earlier to eliminate additional traffic.

Best Regards,

Darek 
Dariusz Tomoń
Top achievements
Rank 1
 answered on 19 Aug 2008
2 answers
166 views
Is it still possible to include custom modules in JS files? 

I'm looking to add a custom module in its own JS file like the old version allowed. Is this still possible? Can anyone direct me to either documentation or a sample on this if it is?

I could only find examples where the custom modules were added to aspx pages directly. I looked at the example on the online demo  http://www.telerik.com/DEMOS/ASPNET/Prometheus/Editor/Examples/BuiltinCustomModules/DefaultCS.aspx and the documentation http://www.telerik.com/help/aspnet-ajax/creatingcustommodules.html but did not see any examples that used js files. (I didn't use the samples linked from documentation becuase they lead to the old version of the editor)
Jeffrey Sylvan
Top achievements
Rank 1
 answered on 19 Aug 2008
5 answers
166 views
Hi, I have a masterpage and a content page. In content page i have 3 radcomboboxes. I want to fill the second one with the selection of first one. So i have a radscriptmanager in masterpage, and radajaxmanagerproxy in the content page. I added update properties to ajaxmanager

<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadEkon1">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadEkon2" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
    </telerik:RadAjaxManagerProxy>

and in RadEkon1 selectedindexchanged event i have the code to fill Radekon2, also the autopostback=true;

Now, when i made a selection in RadEkon1(radcombobox), it postback the entire content page but does not trigger the selected indexchanged event. Is there an answer for this?
Thanks in advance,
Umut
umut
Top achievements
Rank 1
 answered on 19 Aug 2008
2 answers
72 views
I am not sure if I should post here or in Upload!

I have a requirement to attach files to entries in a grid. A user can add rows to the grid and in some cases may wish to attach files for upload. At the moment I have a grid on the form followed by the upload control. The user adds all the rows and then uploads files. If the grids row count is > 0 then the upload is visible.

The difficulty here is that I have no way to identify which files relate to each row in the grid.

Ideally I would like to have a button in the grid that will show an upload control allowing me to upload files for the current grid row attaching an id value to the uploaded file. After upload I will show a list of uploaded files in a grid column and hide the upload control.

Is this possible and if so how? Then could the user remove uploaded files?

Is there a better way of achieving this?

Thanks in advance,
Declan
Declan
Top achievements
Rank 2
 answered on 19 Aug 2008
1 answer
113 views
After applying SP1 to VS2008 and SP1 3.5 framework, when I update the RadComboBox (ajax q2 2008) control with new items on the control itself, the changes aren't made to the underlying ASCX usercontrol page.

Clicking on the BuildRadComboBox link shows that the control is accepting the new info.
Rosi
Telerik team
 answered on 19 Aug 2008
3 answers
192 views
Hi,

What is the best approach to implement autosuggest/loadondemand combobox inside radgrid. Most examples, including PDF self-peaced file are obsolete and they use external ascx file.
Can you please provide step-by-step instruction how to get combobox inside radgrid during insert/update operation. I would like to have combo which starts to retrieve matching records from database after entering 4-th letter, not earlier to eliminate additional traffic.

Best Regards,

Darek 
Rosi
Telerik team
 answered on 19 Aug 2008
1 answer
65 views
Hi,

If I use orientation="VerticalLeft" with the tabstrip, it doesn't appear at all on the page. It works with the default orientation.

Regards,

Kjartan
Yana
Telerik team
 answered on 19 Aug 2008
1 answer
131 views
When in Month or timeline view is it possible to display the time on each appointment like outlook does

ie 15:00 16:00 Meeting with Alex and is is possible to put a little icon before the times to denote the type of appointment for example telephone call, demonstrations, meeting etc. The icons being placed where I have put the £ % and * symbols below

£  09:00 10:00 Call alex
% 15:00 16:00 Meeting with Bank
* 17:00:17:30 Demo at suppliers

Thanks

Gary
Peter
Telerik team
 answered on 19 Aug 2008
1 answer
83 views
Hello,

I would appreciate to be able to combine a global RadTooltipManager, in charge of all 'titles', and a more specific one which will take care to call a web service and display info in a panel for some images (located in a user control loaded dynamically but thta not an important point)
The 2 solutions perfectly work separately.
But when I put my global tooltipmanager in my aspx page and another in a loaded ascx, the second is not working being 'superseded' by the first.
everythings goes ok but the 'beforecall' javascript is nor called, nor the webservice.
When I remove the first, second starts working.

Is there anything I am missing to obtain what I expect ?

Thnks for help.
CS
Tsvetie
Telerik team
 answered on 19 Aug 2008
1 answer
166 views
I have been debugging this for a day and I am getting nowhere.  Hoping I can get some info on how the viewstate for the Grid should work.

I have a CompositeControl that has a RadGrid added to the Child Controls in teh CreateChildControls override.  I set a number of properties, wire up some events, and then add some columns manually to teh MasterTableView column Collection.  On teh initial load of the page the colums are there as they should be.  Not every postback to the page will populate the grid.  But with every postback, I get extra columns in my grid.  If I add 2 colums to my grid manually in CreateChildControls, that is how many are added to the grid as extras with each postback.

I have stepped through the code (we have Telerik source) and the extra columns are being added in teh Load ViewState. 

What am I doing wrong?  Should I not be re-adding my columns to the Column Collection if it is a Post Back?  What if my Post Back causes the columsn that are in teh grid to change?  I should be able to create a whole different set of columns on post back.  Then I wouldn't want viewstate, but if the columns stayed the same, I do.

Also, once my grid is databound to an object datasource and displays data, the data is correct for my original 2 columns, but not for the extras added from viewstate.
stoneym
Top achievements
Rank 1
 answered on 19 Aug 2008
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?