Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
234 views
URI formats are not supported.  I get this message when I try to convert or create a web site.  What's up?
Vinayak Chitre
Top achievements
Rank 1
 answered on 15 Sep 2009
4 answers
127 views
Hi,
I am trying to implement inplace edit in one of the grids that we use, but its turning out to be too complex to understand.

It should have been a cake walk but apparently there is a lot that I need to learn.

So I have a radgrid like below:
<telerik:RadGrid ID="rgLineItems" runat="server" 
        AutoGenerateColumns="False"  AllowAutomaticUpdates="True"  OnItemUpdated="rgLineItems_ItemUpdated">

I am just showing the code thats important so as to improve the signal to noise ratio. Besides, I like to know exactly what every attribute does before I use it....

Now within the grid I have this edit column:
<telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn">
                        <ItemStyle CssClass="EditRowImageButton" Width="10%"/>
                    </telerik:GridEditCommandColumn>

This is cool that it adds the edit button for each row automatically.

Now I have the actual data column like below:
<telerik:GridBoundColumn HeaderText="Line" DataField="Line" UniqueName="Line" 
            Visible ="true" ColumnEditorID="LineNumberColumnEditor">                               
            <HeaderStyle HorizontalAlign="Center" Width="10%"></HeaderStyle>
        </telerik:GridBoundColumn>

The  inplace editor is declared like this:
<telerik:GridTextBoxColumnEditor ID="LineNumberColumnEditor" runat="server" TextBoxStyle-Width="20px" />


Now I have no idea what to do next.

On clicking the pencil image (the edit command  button), there is a postback to my page .... but in your example, the in place editor was showing up.... How do I achieve that?

Thanks,
Sunil
S
Top achievements
Rank 1
 answered on 15 Sep 2009
2 answers
106 views
I have a nagging requirement for my web app:  implement VB6 grid functionality.  Part of this requirement is to have an open editable grid that allows the user to press F4 to switch between grid and form view.

If the user is focused on the grid (a specific row) and presses F4 the grid switches to the edit form for that row (not showing the other rows in the grid)  when the user presses F4 again, the edit form reverts back to the grid.

Hopefully this makes some sense.  Is it possible to hide the grid except for the edit form to mimic this functionality?
AdamL
Top achievements
Rank 1
 answered on 15 Sep 2009
4 answers
128 views
Hi there,

I have an ajaxmanager on my page. Inside i created a setting for  asp:button's onclick event use a callback

<

 

telerik:AjaxSetting AjaxControlID="BtnEmailChart">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RdMenuToolBarForChart" LoadingPanelID="RadAjaxLoadingPanel1" />

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 


Onclick of the button an email is sent. What i would like to do is once the callback is done i would like to open a radalert indicating the message was sent.

I tried onresponseend for the ajaxmanager and notice that the ajax for the button does not fire this event. None of the partial ajaxification scenarios do... by design?

Anyway is there a solution here? How can i fire some javascript when the response ends for the above callback? thanks!

Iana Tsolova
Telerik team
 answered on 15 Sep 2009
2 answers
159 views
Hello Everyone
        I am in A little problem I ahve on input screen where i placed the RADTextbox and RAdNumeric Textbox > I want to empty the textbox fields through jquery > i wrote the code its working but problem is that after empty the textbox when i go back and click the RAD Textbox then the Fileds are show again this problem is not in the simple asp Textbox please let me know if any solution
Here is code to empty the RADTextbox through Jquery
  1.    $(form).find('input.inputstyle').each(function() {
  2.                 this.value = '';
  3.             });
Thanks
Raghav Sharma
Raghav Sharma
Top achievements
Rank 1
 answered on 15 Sep 2009
5 answers
168 views
Hi,
I kept a RadToolTipManager on a Master page..whereever I run aspx page i get this script slow message
A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive "  It took me a whole day to figure this out. i just removed it and now I stop getting this alert..

Thanks,
DIP
Svetlina Anati
Telerik team
 answered on 15 Sep 2009
1 answer
84 views
Hi,
My page contains telerik grid. And this page doesnot load in IE 8.0 
It is giving following javscript error:

Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)

Thanks

Shiza
Svetlina Anati
Telerik team
 answered on 15 Sep 2009
1 answer
147 views

Hi,

Using below code i open popup window. When the popup windod load main page css changing font size is increase

Path = "DocumentInfo.aspx?DocNo=" + lbId.Text;

                Response.Write("<script language = Javascript>var win=window.open('" + Path + "',null,'width=910,height=455,top=150,left=150','true');</script>");
     

Why that?

Princy
Top achievements
Rank 2
 answered on 15 Sep 2009
1 answer
71 views
Hello

My question is this.. i have a multiple controls that can be used on my aplication for example control1 on page2 is updated by control10, control1 on page22 is updated by control40 so i can´t add specific ajax behavior to then. Because it depends of the controls that are on the especific page.

My control are like webparts every usercontrol is in RadAjaxPanel so i need to update one panel if there is a change e one other

I have build a notification class that when a control that have da responsability to update other fires a event the other are register to that event and recieve the notification for update. I try to force the RadAjaxPanel to do a postback so the control can refesh but does not work ... 

Any ideas?

Thanks
Iana Tsolova
Telerik team
 answered on 15 Sep 2009
3 answers
181 views
Hi
I've tried the "Advanced Forms" demo in the live examples but am a bit confused by how they work.
All I'd like to do is layout the form manually, for example I'd like a resource combobox (Customers) at the top followed by the description and date/time fields and another resource combobox (Rooms) below them followed by the recurring appointments.
I'd also like to add a resource on-the-fly if thats easy to do, such as add a customer if one doesn't exist, along with their contact details.
Can anyone point me in the right direction please.
Many thanks in advance.
Steve :o)

NB. My data is via a Linqdatasource if this helps.
Steve Humby
Top achievements
Rank 1
 answered on 15 Sep 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?