how 'telerik.grid.filtering.min.js' works in a grid - filtering

Can anyone please tell how telerik.grid.filtering.min.js works? How does telerik invoke it? Can a programmer take control on it through coding.

You would have to tell us more about what you're doing and what you want to achieve in order to provide more helpful answers.
But basically you would have to include telerik.grid.filtering.min.js in your page and use the filtering methods/properties according to the documentation.

Related

adding Contact/Number into Textview/textfield like default MessageComposer did

As like my other questions I tried to search for this. But I didn't get anything.
Maybe my path is wrong. Please direct me.
Here is my Question : I have a UITextView. In that I am going to add Numbers, Names and contacts.
I want to show each number separately as MessageComPoser did.
Does anybody know how to make this?
If my question is not worthy, give me the correct answer then downvote.
(For my questions somebody downvoted without even giving any answer!!)
There is no way to do this using apple's native framework, they didn't provided any controls for doing the same.
You can use the TTMssageRecipientField provided by Three20 framework.
I found the Answer. I don't want to use Three20 library since it is Very difficult to use in my project.
So i Found Awesome Link. That gives me the answer.
I used this Code It May HelpFull To many users, specially for those who Upvoted This question.
Exellent Code

Image Editing Issue

I am working on an app with have requirement to give "Droste Effects" on image.i did search on Google more but not find programming solution for this effects.the effect example in there below.
http://apping.me/ios/4eb514ba8491783f5b0001e2/droste+vision.html
http://www.pmavridis.com/iDroste/iDroste.html
Please provide me suggestion or any tutorials link. How i will do that task?.Thanks in advance.
The Droste effect is a trick made with some intense mathematics and a recursive function. Please read http://www.josleys.com/article_show.php?id=82. If you don't know about recursion please read up http://en.wikipedia.org/wiki/Recursion. Since your request is very specific I doubt there will be many people who happen to have a Droste effect code written in the iphone programming langauge, but the links above should help you understand the math behind creating your own. Good luck.

How to make comment mandatory in Kaleo Workflow in Liferay 6.05?

I have created one workflow in my project. I am done with the workflow but i need to make some changes in that. In this when anyone click on Assign to Me button then it will display one pop-up for comments. Now here i need to make some validation. Currently if you don't write any comment then also it allows but i need to make the comments mandatory. How can i achieve this? I made some r&d in this and get to know that hook should be used. If anyone having any idea please kindly let me know.
Thanks
Yes,
you need to use hook to extend the functionality. you need to add your code to achieve this inside workflow_task_action jsp file....if u stuck anywhere feel free to ask me..

GWT - area selection/imagemap

So, I'm starting to use GWT and I am having a little problem.
I have to retrieve some information about a building and I want to show to the user a floorplan for him to choose from where does he want information to be shown.
So, I tried an imagemap, but Iit is not working. Do someone has any suggestion or example of that?
Thank you,
Mauricio
I'm sure there are a couple ways of going about this. You might want to try some extension of the an already existing class as was done here with ComplexPanel http://www.koders.com/java/fid1ACE81656C6F49C2E81126751E938A61215D6A6F.aspx?s=mdef%3ainsert

autosuggest textbox

Anybody knows the code for autosuggest textbox and how to implement it?
here is an example:
Example1
There are many ways, depends what you are programming (smart client, Web app ect...)
and what language...
You can use compobox like auto suggest textbox if you have a list of the values. give us more info to give you more details.