Al Pascual



Geo RSS
Geo Twitter Timeline

Blogs I read

<January 2009>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

Telerik RadInput control not that impressive

 

I posted before about Telerik controls. They look pretty good, but after working with them for awhile I started finding little things that looks like they haven’t finish the product. For example, one of this problems is their TextBox called RadInput. Looks great don’t get me wrong, but there is no much you can do with it besides setting a Mask for the user to restrict input on that textbox. Telerik claims all controls has Ajax build in, but their RadInput control does not. In order to make it work in Ajax you really need to do lots of work. Use any Ajax Panel, write the javascript for onkeyup or onkeydown and send it to the server. So for a few more lines of code I can use a normal TextBox and put my own javascript for the mask. BTW the Mask for the RadInput does not work if you are trying to do something like this:

 

RadInput1.Mask = “<AA|AB|AC|AD|AE|AF…. Etc

 

If you are more than 50 masks will take 5 minutes to render the control!!

It’s a hobby of mine to find bugs or problems with code, I do think Telerik will keep me entertained for a while. Well I’m off to create an auto complete textbox with Atlas or MS Ajax.

 

Cheers

Al

Posted: Sep 28 2006, 10:42 PM by albert | with 7 comment(s)
Filed under: , ,

Comments

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# September 28, 2006 11:43 PM

Vassil Terziev said:

Well, let's say that r.a.d.input is currently not one of of the best controls in the suite and it needs lots of improvements. We are aware of its limitations and we will try to address them in the next release. I would be really happy if you drop me a line and tell me what you'd like to see in future versions. You can reach me at: [mylastname] AT telerik.com.
# September 29, 2006 9:08 AM

albert said:

Vassil,

I wasn’t expecting your comment on my blog this morning. Very glad to see you read blogs to try to improve the controls. I want to make sure you understand that I love those controls, and my company has purchase them. I have been defending them, however as you said the RadInput is not powerful at all if you compare them to the combobox. When can you guys add AJAX build in that control?

Should be a public property to allow to register the server side method to call for events, onkeydown, onkeyup, focus, onblur. This was a given, but looks like was never implemented. Otherwise I need to inherit and add all the functionality myself with javascript and add an Ajax Panel. Let me know if I can do it myself or if you got a version I can use with that feature build in.

Also the mask could be more powerful. You can allow the developer to display the tooltip or autocomplete. When adding more than 50 items on OR, the control takes minutes to build and is not responsive. Should be a switch to check the mask on server side by AJAX at onkeydown. In my modest opinion, of course.

Besides the RadInput, I believe your controls, are far superior to any available right now. Good job!

Let me know if you got a beta version of the RadInput I can use, as today I need to build myself a AJAX textbox with autocomplete following the Web 2.0 standards http://developer.yahoo.com/ypatterns/pattern.php?pattern=autocomplete

Cheers

Albert Pascual

# September 29, 2006 11:02 AM

TrackBack said:

# September 29, 2006 11:10 AM

TrackBack said:

# September 29, 2006 11:10 AM

TrackBack said:

# September 29, 2006 11:44 AM

TrackBack said:

# September 29, 2006 11:45 AM