Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
110 views
Is this possible? If so can someone point me to an example? thanks.

edit: I've seen the demos to populate the file exlporer with database values, but all I want to do is be able to upload to a database. The file explorer would populate with values from a filesystem. 
fred williams
Top achievements
Rank 1
 answered on 08 Nov 2010
1 answer
106 views

I am using the radfileexplorer to display a file structure, is it possible to have the name of parent node different to the actual name of the parent for example “C:/Telerik/Demo” with the folder “Demo” as the parent node but I would like it to display “Sample”.

Fiko
Telerik team
 answered on 08 Nov 2010
2 answers
112 views
I have been able to add custom fields to the fileexplorer's upload dialog..... However, is there a way to add several fields to the fileexplorer add folder dialog?
Shannon
Top achievements
Rank 1
 answered on 08 Nov 2010
5 answers
173 views
Hi,

I'm using radgrid lates version. When I open aspx page in design mode which have radgrid. It displays filter and paging icons perfectly fine but when I run application it doesn't display those icons.

Can you tell me what i'm doing wrong here?

Many thanks 
Pavlina
Telerik team
 answered on 08 Nov 2010
6 answers
236 views
Hi All,

I have a FileUpload control inside Ajax RadGrid Insert / Edit Mode. (I mean, when i Add / Edit a record from Ajax RadGrid i want to select a file and save it at some place and save the file name in to database table.)

My issue is, i am not able to get the file path or name which i selected in FileUpload control at Ajax RadGrid "RadGrid1_InsertCommand" and "RadGrid1_UpdateCommand" event.

Please help me regarding this how can i achieve this task.




Nicolaï
Top achievements
Rank 2
 answered on 08 Nov 2010
1 answer
163 views

I have added 3 fields to the FileExplorer upload window per some postings I found online. However, after adding 3-4 files to upload in the window the window becomes too large and is off the screen. Can I fix the size of the window and add scrollbars?

Also each time I reopen the window all the old controls are still present. How can I reset the window so that the old 3-4 added files are not listed?

See attached files as an example of what is happening.

Fiko
Telerik team
 answered on 08 Nov 2010
1 answer
75 views
Hello,
RadGrid Edit in pop Mode in .aspx page , I am getting horizental scroll bar for the browser when the popup opens.. Can you please send some solution to resolve this?


Regards,

Atchyut
Pavlina
Telerik team
 answered on 08 Nov 2010
3 answers
118 views
Hello,
We have the following problem :

1. There is "START" button on Web Form which on server's event "clicked" starts some process - "Process.Start(SomeProcess);"
and then calls "UpdateProgressBar" function.

The process inside looks like this:
SomeProcess
{
    While (1)
    {
        DoSomething();
        WriteProgressIndicatorsValueToFile();
    }
}

2. Update ProgressBar function just reads the values from file and updates the progress bar, it's working.
UpdateProgressBar()
{
    RadProgressContext progress = RadProgressContext.Current;
    while (!stoppedByUser)
    {
        ReadProgressIndicatorsValueFromFile();
        progress.SecondaryValue = ....
        progress.CurrentOperationText = ...
        Thread.Sleep(1000);
   stoppedByUser = progress.OperationComplete;
    }
}

3. We added "STOP" button to form to stop the progress bar loop.

Problem:
Everything We have tried to exit the loop isn't working, including adding in onClientClick of "STOP" Button {ProgressData.OperationComplete = true }
and then checking the value in server's UpdateProgressBar() inner loop. The change of progress values on client just doesn't affect
values on server.
Also tried to add HiddenField and update it on onClientClick of "STOP" Button, the sercer inside UpdateProgressBar() inner loop also doesn't see any changes.

Need explanation and solution.

Thanks
Evgeniy Mai
Tadiran Electronic Systems Ltd
Genady Sergeev
Telerik team
 answered on 08 Nov 2010
1 answer
194 views
hi
i use image button in rad grid
whern run program i have this error:

Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page.  For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them.  If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.


not fire:   <asp:ImageButton   runat="server" CommandName="Select" ID="btnselect"  ImageUrl="~/Template/Images/icon_select.gif" />
fire:  <telerik:GridButtonColumn  CommandName="Select" Text="select"
                        UniqueName="column">
                    </telerik:GridButtonColumn>
help plz
Pavlina
Telerik team
 answered on 08 Nov 2010
3 answers
110 views
Hi,
I am using a telerik grid in which I have a NestedViewTemplate
In that I have a file upload control.
I just want to get the upload Control ID and the filename that is being uploaded once the "Upload" button is clicked.
How can I get it?
Under which event I can get it?

Here is my sample code:

<telerik:RadGrid ID="radgrdFiles"  runat="server"....>
<MasterTableView>

<NestedViewTemplate>
<asp:FileUpload ID="UploadFile" runat="server">
<asp:ImageButton ID="imgbtnUpload" runat="server"  CommandName="Upload"onclick="imgbtnUpload_Click">
</NestedViewTemplate>

</MasterTableView>
<Columns>
....
</Columns>
</telerik:RadGrid>
I m not able to get it in button_Click event.
Thanks in advance...
Genady Sergeev
Telerik team
 answered on 08 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?