Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: .Net application Pin
sudevsu17-Dec-14 7:02
sudevsu17-Dec-14 7:02 
SuggestionRe: .Net application Pin
ZurdoDev17-Dec-14 7:12
professionalZurdoDev17-Dec-14 7:12 
Rant[REPOST] .Net application Pin
Richard Deeming17-Dec-14 3:26
mveRichard Deeming17-Dec-14 3:26 
JokeRe: [REPOST] .Net application Pin
ZurdoDev17-Dec-14 5:47
professionalZurdoDev17-Dec-14 5:47 
GeneralRe: [REPOST] .Net application Pin
sudevsu17-Dec-14 6:38
sudevsu17-Dec-14 6:38 
QuestionEmpty Business Object when Configure ObjectDataSource? Pin
raxhemanth16-Dec-14 23:32
raxhemanth16-Dec-14 23:32 
SuggestionRe: Empty Business Object when Configure ObjectDataSource? Pin
Richard Deeming17-Dec-14 2:24
mveRichard Deeming17-Dec-14 2:24 
QuestionTelerik RadComboBox Issuse for EnableLoadOnDemand and ItemRequesting ,when set_cancel(true) then Local Filtering not working Pin
Alpesh Tank15-Dec-14 23:31
Alpesh Tank15-Dec-14 23:31 
Hello,

I want fill data in RadcomboBox when text lenght of RadcomboBox is equal to 3,Otherwise postback is false. Using set_cancel(true), I am able to stop postback.
I am able to fill data in radcomboBox when length is equal to 3.Its Working fine.

I set Filter property and EnableLoadOnDemand :
radcomboBox.Filter = RadComboBoxFilter.Contains
radcomboBox.EnableLoadOnDemand = True

The Issuse is when I type 4th character or more characters after length 3 in radComboBox,Local filtering in RadcomboBox is not working .

I don't understand what I did wrong.

Javascript is below for ItemsRequesting for RadComboBox
JavaScript
<script type="text/javascript" id="telerikClientEvents">
        function RadComboBox_ItemsRequesting(sender, eventArgs) {
            var comboText = sender.get_text();
            
            if (comboText.length == 3) {
                eventArgs.set_cancel(false);
            }           
            else {
                eventArgs.set_cancel(true);
            }
        }
</script>


Any one have solution for this isuse ??
Waiting help and support.
QuestionFRIENDS PLEASE POST ANY ASP.NET PROGRAM WITH REAL TIME STANDARDS AND APPROACHES IN THE COMPANIES Pin
Member 1128382315-Dec-14 3:30
Member 1128382315-Dec-14 3:30 
AnswerRe: FRIENDS PLEASE POST ANY ASP.NET PROGRAM WITH REAL TIME STANDARDS AND APPROACHES IN THE COMPANIES Pin
Richard MacCutchan15-Dec-14 4:39
mveRichard MacCutchan15-Dec-14 4:39 
AnswerRe: FRIENDS PLEASE POST ANY ASP.NET PROGRAM WITH REAL TIME STANDARDS AND APPROACHES IN THE COMPANIES Pin
ZurdoDev15-Dec-14 5:13
professionalZurdoDev15-Dec-14 5:13 
QuestionHow to send email using our own domain account Pin
Harishankar Maurya14-Dec-14 22:17
Harishankar Maurya14-Dec-14 22:17 
QuestionRe: How to send email using our own domain account Pin
Richard MacCutchan14-Dec-14 22:23
mveRichard MacCutchan14-Dec-14 22:23 
SuggestionRe: How to send email using our own domain account Pin
Richard Deeming15-Dec-14 2:47
mveRichard Deeming15-Dec-14 2:47 
QuestionLambda evaluation Pin
Member 811808314-Dec-14 22:09
Member 811808314-Dec-14 22:09 
QuestionRe: Lambda evaluation Pin
Richard Deeming15-Dec-14 2:43
mveRichard Deeming15-Dec-14 2:43 
Questionimage does not come in printout Pin
Member 1126447913-Dec-14 23:30
Member 1126447913-Dec-14 23:30 
AnswerRe: image does not come in printout Pin
Anju_K23-Dec-14 1:18
Anju_K23-Dec-14 1:18 
Questionhow to Find the number of days between two dates in php Pin
aartimishra12-Dec-14 23:12
aartimishra12-Dec-14 23:12 
AnswerRe: demo question Pin
Richard MacCutchan12-Dec-14 23:58
mveRichard MacCutchan12-Dec-14 23:58 
AnswerRe: how to Find the number of days between two dates in php Pin
Richard MacCutchan14-Dec-14 22:15
mveRichard MacCutchan14-Dec-14 22:15 
QuestionRe: how to Find the number of days between two dates in php Pin
Richard Deeming15-Dec-14 2:42
mveRichard Deeming15-Dec-14 2:42 
Questiontask scheduler Pin
renukamubeen12-Dec-14 17:46
renukamubeen12-Dec-14 17:46 
AnswerRe: task scheduler Pin
Richard MacCutchan12-Dec-14 22:13
mveRichard MacCutchan12-Dec-14 22:13 
QuestionC# web application Pin
sudevsu12-Dec-14 9:29
sudevsu12-Dec-14 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.