Grid JSP display problem

Grid display as normal but  throw exception as below

java.lang.NoSuchMethodException: com.syncfusion.grid.Column.getTag()
at java.base/java.lang.Class.getDeclaredMethod(Class.java:2475)
at com.syncfusion.ControlBase.RenderElement(ControlBase.java:58)
at com.syncfusion.ControlBase.doEndTag(ControlBase.java:29)
at com.syncfusion.grid.Column.doEndTag(Column.java:68)
at org.apache.jsp.gridSychFusion3_jsp._jspx_meth_ej_005fgrid_002dcolumn_005f0(gridSychFusion3_jsp.java:462)

java.lang.NoSuchMethodException: com.syncfusion.grid.Column.getPluginName()
at java.base/java.lang.Class.getDeclaredMethod(Class.java:2475)
at com.syncfusion.ControlBase.RenderScript(ControlBase.java:126)
at com.syncfusion.ControlBase.doEndTag(ControlBase.java:30)
at com.syncfusion.grid.Column.doEndTag(Column.java:68)

java.lang.IllegalAccessException: class com.syncfusion.ControlBase cannot access a member of class com.syncfusion.grid.Columns with modifiers "protected"
at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361)
at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591)
at java.base/java.lang.reflect.Method.invoke(Method.java:558)
at com.syncfusion.ControlBase.doEndTag(ControlBase.java:28)
at com.syncfusion.grid.Columns.doEndTag(Columns.java:56)

3 Replies

GL Gowri Loganathan Syncfusion Team October 19, 2020 12:31 PM UTC

Hi Suwigorm, 
 
Thanks for contacting Syncfusion Forum.  
 
Before we proceed we would like to confirm the below details, the provided details will help us to resolve the reported issue as early as possible.  
  1. Share the Essential Studio version.
  2. Please share the complete Grid rendering code Or the issue sample if possible.
  3. Share the details whether you have faced this exception in initial rendering Or in any specific scenario.
 
Regards, 
Gowri V L 
 



AD Aditya June 11, 2021 11:02 AM UTC

Thanks for sharing this helps me a lot in future


PS Pon Selva Jeganathan Syncfusion Team June 15, 2021 05:11 PM UTC

Hi Aditya  
  
Thanks for the update.    
  
Kindly get back to us with the details.  
  
Regards,  
Pon selva  
 


Loader.
Up arrow icon