kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Need customizing the Expand/collapse & selection columns design & order in the TreeList

Open lavanyakomarasamy opened this issue 3 years ago • 2 comments

  • Documentation request

Current behavior

currently I am getting like this image

Expected behavior

I want to develop like below added screenshot image

Minimal reproduction of the problem with instructions

https://www.telerik.com/kendo-react-ui/treelist/

  1. Find an example in the documentation that looks similar to your case.
  2. Open it in Stackblitz by using the OPEN IN STACKBLITZ button.
  3. Modify the example, so that the issue is reproducible in it. Try to include the minimum possible amount of code.
  4. Save the example by using the blue Save button at the top.
  5. Copy the link from the address bar of the browser. -->

What is the motivation or use case for changing the behavior?

Our current requirement is that one.

Browser:

  • Chrome (desktop) version 104

kindly provide sample link, please.

lavanyakomarasamy avatar Aug 04 '22 18:08 lavanyakomarasamy

See the following example: https://stackblitz.com/edit/react-gx5elf?file=app%2Fmain.tsx.

It is probably not the same as the example you are looking for but it has similar checkboxes, implementation of a custom selection cell and will help you to implement your scenario.

nstoychev avatar Aug 04 '22 19:08 nstoychev

See the following example: https://stackblitz.com/edit/react-gx5elf?file=app%2Fmain.tsx.

It is probably not the same as the example you are looking for but it has similar checkboxes, implementation of a custom selection cell and will help you to implement your scenario.

Really appreciate your fast reply @nstoychev

I referred this already & implemented the same. But there is no way to achieve what I want.

lavanyakomarasamy avatar Aug 04 '22 20:08 lavanyakomarasamy