Telerik Forums
KendoReact Forum
0 answers
56 views
The checkbox column should not change its order. For example, if the checkbox is in orderindex 0 and a column with orderindex 1 is moved from position 2 to 3, and then to 0, the previous orderindex, which is 3, should be maintained for the checkbox column. How can this be achieved?
junghoon
Top achievements
Rank 1
 asked on 30 Jan 2024
1 answer
312 views

Hello,

I'm trying to freeze (make sticky) the master grid column header on a master/details grid.  For each of the master grid column headers, I've set the locked property to true and I can verify that the associated th elements have the k-grid-header-sticky class applied.  All grid columns have fixed width values as well.  Am I missing anything additional in order to freeze the headers?

Any help is definitely appreciated!

Thanks,

Paul

Konstantin Dikov
Telerik team
 answered on 28 Jan 2024
1 answer
68 views

I'm trying to determine if displaying Master Header Columns for each Master record in a Master/Details grid is supported.  I didn't see any documentation about this so I don't believe it is, but just wanted to confirm.

Any help is definitely appreciated!

Thanks,

Paul

Konstantin Dikov
Telerik team
 answered on 27 Jan 2024
1 answer
158 views

Greetings,

I have a table row that contains a string: "Disallow: * Siri Suggestions * Camera Access * Screen recording"

When I try to filter it using the following text input: ": " (a colon with a space), I'm not getting any results.

It only works if I type a colon without the space. Please help, thanks!

 

Jason

Konstantin Dikov
Telerik team
 answered on 27 Jan 2024
1 answer
357 views

Is it possible to import Excel data from a file and display it in the Spreadsheet component?  I've looked at the existing examples, but they seem to focus on importing and exporting from JSON or exporting to Excel.  I don't see any examples that import from Excel.  And I don't see how to convert from an Excel file to that JSON format.  

Also, what format is the JSON format displayed in the examples?  I tried using a couple of other tools I found, and they use different formats for JSON when converting data from Excel.  

Thank you.

Vessy
Telerik team
 answered on 26 Jan 2024
0 answers
54 views

Hello,

Just have one issue that in my form I am using lot's of AutoComplete fields which is our organization's component, in that part of splitter scroll is getting sticky and when I remove splitter it does work well, it just create a problem when splitter applying height and overflow in that section.

Vraj
Top achievements
Rank 1
 asked on 25 Jan 2024
1 answer
44 views

https://www.telerik.com/kendo-react-ui/components/grid/data-operations/odata-server-operations/

in the above example could you set the filter option as dropdown "in stock" coloumn so that when user can select the value from the dropdown api call will fire and table data will filtered based on that.

Konstantin Dikov
Telerik team
 answered on 25 Jan 2024
1 answer
81 views

Would love a prop to hideHeader on KendoReact grids!

 

For the same reasons that were enumerated in this 2017 Kendo Angular thread: https://github.com/telerik/kendo-angular/issues/285

- For shared grids that only need 1 header row

- For small grids that have sorting/filtering controls outside of the grid header

Wissam
Telerik team
 answered on 24 Jan 2024
0 answers
86 views

I have a KendoReact grid that shows a custom cell to add tooltips.

My grid code: 

<Tooltip openDelay={100} position="bottom"> <Grid data={process(teams.map((item) => ({ ...item, selected: item.uniqueIdentifier === gridSelection.uid })), gridState)} {...gridState} onDataStateChange={handleGridDataStateChange} onRowClick={handleRowClick} onRowDoubleClick={handleDoubleClick} sortable={true} pageable={true} selectedField="selected">

   <Column
      title={teamname}
      field="name" filter={'text'}
      cell={GridCellTooltip}
      columnMenu={ColumnMenu}
      headerCell={CustomHeaderCell}
   />

But when I filter the grid, the tooltip does not update and retains the value from the previous rendering:

My cell component - GridCellTooltip - is returning the field value in the title attribute:

return (
    <td title={props.dataItem[field]}>
      {props.dataItem[field]}
    </td>
  );

But I can see when I inspect it, that title is not being set and so seems to default to the previous tooltip value for that row.

There is nothing else custom going on and this is all client side sorting, filtering, etc.

Any idea what the issue might be?

SoH
Top achievements
Rank 1
Iron
Veteran
Iron
 asked on 22 Jan 2024
0 answers
56 views

Hi , Here is the code we are using for datetimepicker , kindly have a check , 

 <IntlProvider locale={this.currentLocale}>
                                {isDateTimePicker ?
                                    <DateTimePicker
                                        value={this.state.fieldValue}
                                        onChange={this.changeDate}
                                        width={width}
                                        format={getLocaleDateString(window.navigator.language, isDateTimePicker)}
                                    /> :
                                    <DatePicker
                                        value={this.state.fieldValue}
                                        onChange={this.changeDate}
                                        width={width}
                                        format={getLocaleDateString(window.navigator.language)}                                        
                                    />
                                }
                            </IntlProvider>
Mounikareddy
Top achievements
Rank 1
 asked on 22 Jan 2024
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?