Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
189 views
I have gotten so much help from this forum so far, and hope someone can help
me with my current situation.

I have a grid. In the grid I have a few column, mostly template columns.
They are User, email, address, package, and price.

In the edit/insert form is where most of the templates are. The edit
template items are a textbox not bound to the database, a label
not bound to the database, and 2 embedded grids. The first embedded
grid has a price column which I hide and I want to take that vaule and
place it in the unbound textbox column.

The second embedded grid has a column of prices in a template column
of radnumerictextbox type. I want to take the values of this column,
add them up, and put them in the column of the edit form that I have
as a label in the template of the coluimn. And whenever a radnumeric
textbox gets changed, I want this label to change. I tried doing this
in C# codebehind, and it is not changing the column.

The values of the totals are being maintained in textboxes here:
 <asp:TextBox ID="TextBoxPackagePrice" runat="server" Visible="false"></asp:TextBox>
   <asp:TextBox ID="TextBoxTotalAlaCartePrice" runat="server" ></asp:TextBox>
   <asp:TextBox ID="TextBoxTotalPrice" runat="server" Visible="false"></asp:TextBox>

My column in the embedded grid for the radnumerictextbox is:
<telerik:GridTemplateColumn HeaderText="Price" UniqueName="Price" >
          <ItemTemplate>
              <telerik:RadNumericTextBox  ID="RadNumericTextBox1" runat="server"
                       AutoPostBack="true" Price='<%# Eval("Price") %>'
                        Culture="English (United States)" Type="Currency" Value="0" Width="125px" 
                         OnTextChanged="RadNumericTextBox1_TextChanged"
                           EditFormColumnIndex="2"  >
                </telerik:RadNumericTextBox>
          </ItemTemplate>
  </telerik:GridTemplateColumn>




How can do what I want on the client side using javascript to the add up  the
radnumerictextbox column to get a running total, and how can I take that
total and place in somewhere(in a template column label) in my edit form for
the outside grid? And when the radnumerictextbox changes, what is the clientside
call to update that label?

Hope I am making myself clear.
Thanks in advance,
Laura
Laura
Top achievements
Rank 1
 answered on 21 Oct 2008
4 answers
325 views
Hi,

I have a RadMenu in a masterpage
and a radgrid with 2k rows in a different page.

Scrolling is really slow when viewing the grid, when disabling EnableEmbeddedSkins in RadMenu everything works fine, but offcourse the menu is not skinned.

What should i do to make this work?

Cheers!
Thomas Yost
Top achievements
Rank 1
 answered on 21 Oct 2008
2 answers
121 views

Ok, so this seems like a pretty normal operation, but my label is not getting populated with the RadEditor.Content .. why would this be?

I am using a wizard control and in the second to last WizardStep (Step5) I have 6 small RadEditors.

Then I run the following

Protected Sub WizardStep6_Load(ByVal sender As ObjectByVal e As System.EventArgs) Handles WizardStep6.Load  
 
        'Descriptions from Editor  
 
        lblDetails69.Text = txtBusinessDescription.Content  
        lblDetails70.Text = txtMarketDescription.Content  
        lblDetails71.Text = txtFinancialDescription.Content  
        lblDetails72.Text = txtIncluded.Content  
        lblDetails73.Text = txtReasonForSale.Content  
        lblDetails74.Text = txtOtherInfo.Content  
 
    End Sub 

But the details labels do not get populated with any content... does anyone have an answer?

Chase Florell
Top achievements
Rank 1
 answered on 21 Oct 2008
0 answers
83 views
Never mind.  It is not an issue
sean
Top achievements
Rank 1
 asked on 21 Oct 2008
3 answers
146 views
When using the ASP.NET Ajax upload control, an alert box appears that reads "Stack Overflow: line 43".  The message appears after a user clicks the submit button to upload the files to the server. 

Do you have any idea why this may be occuring?
Jug Stanovcic
Top achievements
Rank 1
 answered on 21 Oct 2008
7 answers
343 views

Hi all,

I've got a RadNumericTexBox inside an ASP.Net Repeater. They are wrapped in a RadAJAXPanel. In the worse case scenario I'll have 200 of them displayed in my page.

I've noticed that when I've changed my regular TextBoxes to RadNumerixTextBoxes, my app's performance dramatically decreased. I’ve been reading several posts trying to work out why this is happening. I’ve also implemented some tips like Skin=”None” but nothing has changed.

I’d like to know if you guys have any idea of how I could improve my page’s performance for this scenario. I do need to use the numeric textbox and I don’t really want to write one myself

I look forward to hearing from you!

Andre.

dmccormack
Top achievements
Rank 1
 answered on 21 Oct 2008
6 answers
192 views
hello,

i am just starting to use the filtering feature of the RadComboBox. i like it.

but it seems that to use it, you must set AllowCustomText to true (so they can type). thats fine. but, if the user is unable to find a ListItem from their text, and they blur the focus, i feel the RadCombBox should reset its text-input area to an empty string.

this way, if theres a RequiredFieldValidator attached to the RadCombBox, it will flag the box as still being empty. currently, it doesnt (since the left over filter text is still in it).

is the only way to handle this for me to write a javascript function that clears the text-input area, attached to the OnClientBlur event?


thanks!
matt
matt
Top achievements
Rank 1
 answered on 21 Oct 2008
1 answer
466 views
Hi!

Does anybody know how to remove the default skin from a RadGrid. I read somewhere that it was possible to use Skin="None", but this just creates an error as there is no skin called "None".
Dimo
Telerik team
 answered on 21 Oct 2008
1 answer
199 views
Hi there!
My page contains a RadSplitter with two panes. In second pane I have a button which opens a RadWindow (incl. RadUpload). After upload was successful I want to refresh the second pane on "main-window". Close-Action works. But how to refresh the 2nd pane? Can anybody help?! 

- T
Tsvetie
Telerik team
 answered on 21 Oct 2008
1 answer
107 views
Hi everybody !

I have got a problem with my rad grid :

I have 15 columns and my screen resolution allow me to see just 7 columns, after what i can use the automatic windows's scroll for see the others. My contener have at this instant a certain width...

When i allow a scroll of my grid, with a width for it, i have effectively the scroll in my grid, but the width of the contener is always the same ! So i have a big white at the right of my grid ! And the windows's scroll is of course here too !

Have you some idea about this strange ?
Dimo
Telerik team
 answered on 21 Oct 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?