Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
57 views
Hi.
I do not find any information if newest version of radspell supports msword?
The adapter is not in the MsSupport folder of the zip

Best regards, Anders

edit: ops, how did this end up in the calendar forum
Lini
Telerik team
 answered on 11 Sep 2009
4 answers
138 views
I created a control for the check box

<%

-- <cc3:checkboxvalidator id="chkValidator1" runat="server" mustbechecked="true" controltovalidate="CheckBox1"

 

display="Dynamic" enableclientscript="true" errormessage="Please accept the terms and policy" />--

 

%>

 



However, in the rad controls I am sure there is something I can use instead of building my own controls.
Momchil Mitev
Telerik team
 answered on 11 Sep 2009
1 answer
96 views

Hello,

     I went through one problem,  I am using Rad window,under rad window i am using formview. Under formView I have taken RadTabStrip. In RadTabStrip I have taken 2 RadTab which are pointing to 2 diffrent RadPageView.In one RadPageView I have taken asp TextBox and in other RadPageView I have taken RadEditor. In formview I am also using RadTreeView. I have set the height of RadEditor to fix 140px,and I am showing first tab as selected when I open that page,So in starting TextBox display as selected RadTab .But when I select second tab where I am using radEditor,that RadEditor height display lesser than what I have set in designing. When i click on any node of RadTreeView then the height of radEditor set correct.So this is my problem,How this can be solve So that RadEditort height can be set correct ,

   Another thing is that If I set Second tab as selected Index where I have taken radEditor then in page open
RadEditor height set perfect,But i want first tab(Where I have taken TextBox) to be selected in page open ,So please tell me how this
problem can be solved.

 Thanks in advance.

Rumen
Telerik team
 answered on 11 Sep 2009
1 answer
183 views

Situation.

1.  I have a RadCalendar control on a simple web page.
2.  I have a listbox control with dates in it (format dd/mm/yyyy)
3.  On load i want to take the dates in the listbox and select them in the calendar.

Constraints.. have to do this serverside (no java)

I tried this in the ItemDatabound event of my listbox control

 

 

Protected Sub elstDates_DataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles elstDates.DataBound

 

 

For Each li As ListItem In elstDates.Items

 

ecalDatesWorked.SelectedDate =

CType(li.Value, Date).ToShortDateString

 

 

Next

 

 

 

 

 

End Sub

 


li does have the values that i need (debugged this) and I am not getting any errors on the SelectedDate

Help please

Corey
Shinu
Top achievements
Rank 2
 answered on 11 Sep 2009
2 answers
128 views
In my project , I'm using an updatepanel and bcoz of that I'm encountering some ‘PageRequestManagerParserErrorException’  very often  when we try to debug the project.

Pls give me some solutions on how to avoid this
Shinu
Top achievements
Rank 2
 answered on 11 Sep 2009
3 answers
131 views
I need a dropdownlist for date of birth.
I built a control for this. I don't like the calendar control for this.
I like the old style. dropdownlist.
Princy
Top achievements
Rank 2
 answered on 11 Sep 2009
0 answers
36 views
I am working on Scheduler but i am struck at one point that is,for a company there will be some holiday i have block(Enable that day,we cant create any appointment for that day) that day in the scheduler how can i made it.
Ananya
Top achievements
Rank 1
 asked on 11 Sep 2009
6 answers
131 views

Hi there,

Does the new 2009 Q1 release for MOSS Rad Editor supports to disable filter like FixEnclosingP. In following article http://www.telerik.com/community/forums/aspnet/editor/question-on-paragraphs.aspx the RadEditor Classic only have this functionallity.

Thank you
Stanimir
Telerik team
 answered on 11 Sep 2009
3 answers
189 views

I have a grid that contains one detail table. I am binding both the master and detail table in code. I am trying to get inplace editing to work for the detail table and am having some problems. When i click my edit button, i handle the itemcommand event and proceed to put the grid item (e.item) into edit mode (e.item.edit=true). I then rebind the grid, except that i never get into the edititem for the itemdatabound event for hte detail table. I am using this method for the master table and it works great for that. Is there a trick for putting a row into edit mode in a detail table?
Princy
Top achievements
Rank 2
 answered on 11 Sep 2009
1 answer
72 views
Hi, I have installed the RadControls for ASP.NET AJAX Q2 2009 trial version.
When I attempt to open the Live Examples link an error is raised. I use Firefox as the default one. I repair the Ajax components although I have VS2008. Finally, I can not make the Live Examples source code to run.

Application not found

===============================================================================================

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: Application not found
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(String fileName)
   at Microsoft.VisualStudio.WebServer.WebServerForm_DAL.DoLaunch()
   at Microsoft.VisualStudio.WebServer.WebServerForm_DAL.OnLinkClickedHyperlinkLinkLabel(Object sender, LinkLabelLinkClickedEventArgs e)
   at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
   at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WebDev.WebServer
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.30729.1
    CodeBase: file:///C:/Program%20Files/Common%20Files/Microsoft%20Shared/DevServer/9.0/WebDev.WebServer.exe
----------------------------------------
WebDev.WebHost
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.30729.1
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/WebDev.WebHost/9.0.0.0__b03f5f7f11d50a3a/WebDev.WebHost.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.





Regards,
Danny

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



Vlad
Telerik team
 answered on 11 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?