Telerik Forums
Kendo UI for jQuery Forum
0 answers
112 views
Hi,
I have a Grid binding from Json data. Adding new records and editing records using Popup editing works great. I am required to add certain type of validators on the Pop up windows on Update and Create. For example, the user must enter his email and he is required to confirm his email address (both fields must be the same).

Can I do this out of the box using the Custom Editor? An example would be appreciated.

Thanks!
Tonny
Top achievements
Rank 1
 asked on 12 Jun 2012
2 answers
129 views
Is there a way to do something like: http://jsfiddle.net/sK6Wy/15/ 

I want to do this because I define all my functions in modules in RequireJS. If I cannot do this, then I will I have to expose them to the window (which can cause pollution).
Jonathan
Top achievements
Rank 1
 answered on 12 Jun 2012
0 answers
102 views
Hi,

There is a filter display issue in the grid filtering control. It is reproducable in Kendo UI web grid demo page. There are two filters slot shown when one clicked on filter icon. When an user places a filter to the second slot and leaving the first slot to be blank, the first and the second slots will both be loaded as the second filter after the filter is applied and open the filter box again. The attached screenshot shows before and after clicking the applied button.

Please let me know if this will be fixed for the next release, otherwise we will need to modify Kendo UI library which is not what we desired. 

Amos
Top achievements
Rank 1
 asked on 12 Jun 2012
1 answer
149 views
Hello,

I am using a Grid to populate an employee directory.  A user can then search by typing into a text box.  The search criteria is being handled by a service call.  The problem is updating the grid with the new data set.  I have found how to put the current grid into a variable, but I have not been able to reset the data source and refresh the grid

var grid = $("#grid").data("kendoGrid");

Thanks



Nohinn
Top achievements
Rank 1
 answered on 12 Jun 2012
0 answers
109 views
Hello;

Is it possible to get extra attribute from JSON on databound?
I want to get the SQL attribute in JSON in databound and show it to the user if the user wants to save it or not.. Also I will use that sql to download filtered records as an Excel File..
How can I get sql attribute??
Here is my JSON:

{
    "total": 1,
    "sql": " ciTypeID \u003d \u002716\u0027 and description like \u0027%3G%\u0027 and ciTypeId\u003d16",
    "rows": [{
        "it_contact": "BELİRLENEMEDİ",
        "business_priority": "3",
        "code": "IU0103",
        "customer": "BELİRLENEMEDİ",
        "type": "Product, Business Service",
        "service_owner": "-",
        "id": "20111",
        "bcrs": "-",
        "environment": "Production",
        "ciName": "3G_GPRS_UzaktanErisim",
        "description": "3G/GPRS Uzaktan Erişim",
        "name": "3G_GPRS_UzaktanErisim",
        "domain": "BELİRLENEMEDİ",
        "typeId": "16"
    }]
}

Thanks...
Burak
Top achievements
Rank 1
 asked on 12 Jun 2012
5 answers
186 views
Hello,

So I have a json file that looks something like this:
[{
    "Id": "1",
    "People": [{
        "Person": {
            "Name": "Jon"
        },
        "Job": "IT Guy"
    }]
},
{
    "Id": "2",
    "People": [{
        "Person": {
            "Name": "Kate"
        },
        "Job": "Web Developer"
    }]
}]

And data source created form this file
var dataSource = new kendo.data.DataSource({
    transport: {
        read: {
            url: url,
            type: "GET",
            dataType: "jsonp",
            contentType: "application/json; charset=utf-8"
        }
    }
});

 I'm displaying the Id of the arrays on listview A in my application. What I want to do is display a person's name in listview B depending on what Id was selected on listview A.

I've tried several different approaches including trying to create a datasource from the nested "people" array in the json file but have not been successful so far. Can anyone suggest a good method for accomplishing this?

**Edit: I apologize for posting this under the Datasource section instead of the Listview one. If a admin would like to move this post I'd be grateful.
RodEsp
Top achievements
Rank 2
 answered on 12 Jun 2012
3 answers
244 views
Hello Friends,
I have single kendoGrid on my webpage(HTML)  where i have assign remote datasource.It is working fine. Now i want to change that datasource on every onkeydown event of input tag... But the problem is.. when i assign different datasource to same kendoGrid.. it show me old datasource data with new one..... 

Thank You in advance... please help me out
Iliana Dyankova
Telerik team
 answered on 12 Jun 2012
1 answer
105 views
Hi,

I enabled Virtual scrolling for a large data set. Since the server is sending a very large dataset the performance is very low. I would like to do paging at the server end and send only a smaller data set. For this, how can I pass the currentpage data when virtual scrolling is enabled ?

Thanks
Aparna
Alexander Valchev
Telerik team
 answered on 12 Jun 2012
1 answer
78 views
Does this exist? The pager seems to be pretty straight forward, but I don't seem to be "getting it".

I would like to read about the functionality and/or how this widget works, but I cannot seem to find a resource.
Iliana Dyankova
Telerik team
 answered on 12 Jun 2012
2 answers
212 views
Hello,

I have a Grid inside a PanelBar, which displays its data using virtualization of remote data.
The problem is that the grid is filled correctly with the first items from the underlying data source, but there is no chance to scroll down to other items as the scrollbar is disabled (of course there are much more items available).

As soon as I remove the virtual mode from the Grid everything works fine.

There is also no problem with the Grid in virtual mode outside the PanelBar.

Any help would be appreciated.

Bye
Ingmar

charan
Top achievements
Rank 1
 answered on 12 Jun 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?