I am going to create ERP application using Blazor syncfusion control.I am expecting some good look and feels themes in syncfusion control.Please find the attached UI/UX template which contain below.
Login Form:-
1. Need Image gallary with slide one by one
2. Menu for changing Themes in Login Page.
List Page :-
1.Need Side Menu with expand and collapse.
2.Need Card in Header
3.Need Grid
Entry Page:-
1.Need combobox ,Textbox ,grid,image and button
Please provide me sample example code with attached image file.
this is my challenging task and I can do this only with the help of syncfusion support team.
I can raise ticket for other vendor like devexpress but
I always believe support team for complex task.
Please help without support team I can not finish my task....
Thanks Muthu Kumar..
Will wait for two days for positive reply....
Note :-
1.Please make login screen as in attached file without carousel component (image can be static)
2.Please use below fonts
Login Page Sign In - Poppins Semibold 6pt lorem ipsum - Poppins Medium 3pt User name - - Poppins Medium 3pt Forgot Password? - Poppins Medium 2.5pt 2. Transaction page BG - #ededed no.3 open BG - #f5f5f5 Drop Shadow - distance 5, size 10, Opsacity 25
OK noted with thanks and awaiting for soonest reply
Is it possible to get reply today ???
Thanks will check and let you know the feedback
Thanks I have reviewed above example..
Really its works fine as per my requirement
But I need small request on Data Entry page.
I need smooth scroll bar in right side.
Please check my previous attachment and do the needfull
Is it possible to get reply today??
I also need smooth scrolling in grid.
Please help...
Thanks for reply...
Scrollbar is showing but I need smooth scrollbar which I attached in previous post.
Is there any css need to apply for smooth scrollbar??
Please help
please check the video in below link
I can not download above sample code.
Still I am facing same issue.
see my below image and your example code video
Video link :-
https://www.screencast.com/t/0KCCQlx8MvST
my requirement :-
ok noted with thanks....
I have another clarification ,as per below sample can you make as login screen as resposive (image should not come )
https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorAppLayout-1292386567
getting error message.
thanks above link works fine
but my requirment is left side image should be hide in mobile mode with responsive
<style>
@@media (max-width: 640px) {
img {
display:none;
}
}
</style> |