Telerik Forums
Community Forums Forum
5 answers
114 views
 I am fighting with an  issue.  Putting return false in the Button(Btnsubmit) will stop the page from posting-back so the cb function can be called, however it will still not give the desired result of posting back if the user clicks the OK in the radconfirm window.

The flow the OP and I are trying to achieve is this:

1) user clicks a Submit button
2) radconfirm window comes up with ok and cancel
3) user clicks OK
4) on button onclick event i am trying to insert values into database and mail it to the manager
5)on button ONCLIENTCLICK i call radconfrim as

 

OnClientClick ="radconfirm('Request Submitted',confirmCallBackFn,330,100,'Confirmation!');return false;"

 

 


with javascript

function

 

confirmCallBackFn(arg) {

 

 

 

if(arg)

 

window.location =

 

"ViewList.aspx"

 

 

}


This does not work.... if i say return false along radconfrim the ,poup opens on clicking the submit button and when i hit ok it returns to the desired page but the mail is not getting send which shld get triggerd by ONCLICK.

Alias when i say the radconfirm wihtout the return false,the popup vanishes even befor i could click ok and goes to the page and as well as sends the mail.How to make it work.

Any suggestions appreicated.
Yvette
janupagla khan
Top achievements
Rank 1
 answered on 07 Dec 2009
1 answer
120 views
Hi all,

I recently moved south to Bangalore and I am working for a large software integrator mainly testing. My project team is working on web service project. We plan to use an open source software like soapUI now. Are you able to point me to online and offline resources/trainings that can help me and friends get up to speed with this technology.

All the help group members can provide in this regard is much appreciated.

Thanks,
Rajesh Ahuja
Dheeraj Goel
Top achievements
Rank 1
 answered on 05 Dec 2009
0 answers
74 views
why doesn't telerik use private variables in javascript? instead they leave them fully accessible but just add underscores. also, why not a telerik js namespace?

i wish i could update the title to pluralize 'variable' as well.
dlamprey
Top achievements
Rank 2
 asked on 03 Dec 2009
0 answers
108 views
We are looking for a highly-experienced Silverlight 3 C# programmer who also has a keen eye for the creative side when it comes to
creating great looking line of business applications.

We plan on using the Telerik Silverlight control suite as the core library for this application.

This is a contract position which we anticipate will last 3 to 4 months. You would work remotely from your own home office.
Our main corporate office is in the San Francisco area and our development office is in the Los Angeles area.
Compensation to be negotiated.

The specific task is to develop a Silverlight 3 customer control panel for a business application. Although our application is not
an online store / shopping cart software, if you imagine what the administrative side of these kinds of products might look like,
you'll have a pretty good idea of what kind of GUI work we're looking to implement in Silverlight 3 using C#.

We have already completed the majority of our core product, including the website and database portions. We then
decided that the back-end control panel which customers log into should be developed in Silverlight to spice things up.

We are looking for somebody with real and credible experience developing in Silverlight and we would expect to see some
of your completed applications. We already have a small team of experienced C# ASP.NET developers. What we need is a
Silverlight guru to join us and hit the ground running. Our project timeline does not allow for learning Silverlight on the fly;
that is why we're looking to bring somebody in.

The right person will have been immersed in Microsoft .Net development for quite some time and be completely familiar
with all the latest developments in the .Net and Silverlight worlds. We're also hoping to find somebody who is quite
familiar with Blend and is able to craft artistically pleasing interfaces. We don't require that you be an artist, but we do
hope to find somebody with better than average skills for creating great user interfaces.

Please reply ONLY if you have considerable Silverlight/Blend experience in C# combined with LINQ, WCF, Prism, SQL
and all the related technologies used in typical Silverlight applications.

Requirements:
* 5+ years experience with .Net C# programming
* Knowledge of Web 2.0 concepts and user interfaces
* Expert user of Visual Studio 2008 (and hopefully VS2010)
* Very experienced in Blend for creating Silverlight or WPF user interfaces
* Artistic eye
* Must have very good English writing skills -- to document your work
* Experience with Telerik controls a major plus
* Very experienced with WCF/ IIS / Html / Javascript / ASP.NET / LINQ / SQL
* Familiarity with Microsoft patterns and practices guidance, common industry tools and libraries.
* Comfortable with Photoshop and other common tools used in web development

It would help if you included some sample screenshots of your Silverlight GUI work.

Please respond to:   Peter Avritch  pavritch@pcdynamics.com



Peter Avritch
Top achievements
Rank 1
 asked on 02 Dec 2009
0 answers
108 views
I'm sorry i didn't know where to post this.

We are looking for someone that can create custom skins for us, there are at least 5-10 different skins we are looking at creating.  These skins will match existing websites that we have, and we will need the skin modified for every control, as we use about 85% of them now, and plan to use the others in other projects, we need the text to be the same, color scheme, line height, etc...

I need an estimate on the price that it would cost per skin(all controls.)

Thanks,
Andrew Ross
Vistalogix
Top achievements
Rank 1
 asked on 25 Nov 2009
6 answers
124 views
Hi,

I would like to see Feature Requests / New Product Suggestions subforums added to the ASP.NET AJAX, Silverlight and Reporting sections, as they are currently missing (while available at other subforums). With the former ASP.NET suite that was a great way to discuss good feature requests with the community. And I have some feature requests I would like to share that way ;-)

Kind regards,
Martin de Ruiter
tony matell
Top achievements
Rank 1
 answered on 20 Nov 2009
1 answer
129 views
One of my posts was changed to support ticket and in my email I have received a link where can I response to the ticket, but after following the link I see no possibility to response.

How this can be done?
Paul
Telerik team
 answered on 20 Nov 2009
3 answers
141 views
Hello,
You use jQuery in all pages of telerik.com (http://telerik.com/scripts/jquery-latest.js) and do not config client caching with optimal parameters.
Cache-Control  public, must-revalidate 
Expires  Fri, 26 Jun 2009 06:47:32 GMT 
Last-Modified  Wed, 27 May 2009 06:47:32 GMT 

I think it's better to use googleAPI jquery link http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js and get better performance on page loading and less traffic on your site:

Cache-Control  public, max-age=31536000 
Expires  Sun, 30 May 2010 10:57:57 GMT 
Last-Modified  Thu, 19 Feb 2009 22:38:52 GMT 

Kind regards
Mostafa Anoosheh
Ivo
Telerik team
 answered on 18 Nov 2009
1 answer
63 views
Hello

The FilterExpression Parameter just works for varchar or nvarchar fields on the database.

I tried the column filtering with char and integer fields. For both the filtering doesn't work.

Maybe you already know or it's just clear for you. But it should be mentioned, I think. 

Here the name of the Video: KevinBabcock_29.flv

It would be nice to see, how to CRUD with a webservice and a PopUp form.
Tsvetoslav
Telerik team
 answered on 16 Nov 2009
3 answers
48 views

I use Opera as my web browser, and the Format code block does not work. After I've pasted the code the OK/Cancel buttons at the bottom disappeares, and there is no way to get out of the window.  I have to close the tab in the browser.

Regards, Jill-Connie Lorentsen

Rumen
Telerik team
 answered on 12 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?