Questions tagged [syncfusion-spreadsheet]

4 questions
0
votes
2 answers

DatePicker not working in JavaScript Spreasheet

The DatePicker for Date Of Birth in this example is not working. https://ej2.syncfusion.com/javascript/documentation/spreadsheet/template/ I want to Bind the date picker with DataSource. Instead of showing date picker all the time, I want to show…
Chatra
  • 2,989
  • 7
  • 40
  • 73
0
votes
1 answer

DatePicker in Columns Syncfusion JavaScript Spreadsheet

I want to open calendar in one of the columns and when use select date, I want to display in MM/dd/yyyy. I want to validate date too on button click. var sheet = [ { ranges: [{ dataSource: tradeData }], fieldAsColumnHeader:…
Chatra
  • 2,989
  • 7
  • 40
  • 73
0
votes
1 answer

Syncfusion JavaScript Spreadsheet

I am trying to use this spreadsheet control. I want to Add new row with same drop down values in Spreadsheet var sheet = [ { ranges: [{ dataSource: tradeData }], fieldAsColumnHeader: true, columns: [ …
Chatra
  • 2,989
  • 7
  • 40
  • 73
-1
votes
1 answer

Validate Syncfusion JavaScript Spreadsheet on outside button click

I have below Syncfusion JavaScript Spreadsheet. I have external button on the page, I want to validate and highlight the rows which are invalid on button click. How can I do this? var sheet = [ { ranges: [{ dataSource: tradeData …
Chatra
  • 2,989
  • 7
  • 40
  • 73